Skip to content

Commit

Permalink
Migrate Tone Analysi node to url based services utility
Browse files Browse the repository at this point in the history
  • Loading branch information
chughts committed Jan 28, 2017
1 parent 7d80969 commit 67221fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/tone_analyzer/v3.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = function (RED) {
const SERVICE_IDENTIFIER = 'tone-analyzer';
var ToneAnalyzerV3 = require('watson-developer-cloud/tone-analyzer/v3'),
serviceutils = require('../../utilities/service-utils'),
cfenv = require('cfenv'),
toneutils = require('../../utilities/tone-utils'),
username = '', password = '', sUsername = '', sPassword = '',
service = null;
Expand Down

0 comments on commit 67221fb

Please sign in to comment.