fix commenting

This commit is contained in:
John McLear 2014-12-27 17:14:40 +01:00
parent 444bbf4cbc
commit 7708460faf
4 changed files with 53 additions and 9 deletions

View file

@ -5,7 +5,6 @@ var assert = require('assert')
path = require('path');
var filePath = path.join(__dirname, '../../../../APIKEY.txt');
var apiKey = fs.readFileSync(filePath, {encoding: 'utf-8'});
apiKey = apiKey.replace(/\n$/, "");
var apiVersion = 1;