Merge pull request #45 from northshorenetworks/master
Remove duplicate _log definition in monkeypatch.js
This commit is contained in:
@@ -2,8 +2,6 @@ var async = require("async"),
|
||||
fs = require("fs"),
|
||||
_log = require("./log");
|
||||
|
||||
var _log = require('./log');
|
||||
|
||||
module.exports = _monkeypatch;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user