Skip to content

Commit 82f6fb5

Browse files
committed
Merge pull request #74 from austinkelleher/RemoveUnused
Remove unused variables.
2 parents dbfd248 + 3a9aa75 commit 82f6fb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/search_solr.v1.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
'use strict';
22

33
var watson = require('watson-developer-cloud');
4-
var fs = require('fs');
54
var async = require('async');
6-
var solr = require('solr-client');
75

86
var username = 'INSERT YOUR USERNAME FOR THE SERVICE HERE';
97
var password = 'INSERT YOUR PASSWORD FOR THE SERVICE HERE';

0 commit comments

Comments
 (0)