Skip to content

Commit

Permalink
Removed spurious code from a merged PR that broke stuff!
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkneen committed Apr 4, 2017
1 parent 18387c0 commit 8db830c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reste.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ var main = function() {

// debug the url
if (args.url.indexOf("http") >= 0) {
http.open(args.method, );
log("::RESTE:: " + args.url);
} else {
log("::RESTE:: " + (config.url ? config.url + args.url : args.url));
Expand Down

0 comments on commit 8db830c

Please sign in to comment.