Skip to content

Commit 68497b4

Browse files
EyePulpbenjben
authored andcommitted
NodeJS: remove an unnecessary console message (#174)
1 parent 0800357 commit 68497b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nodejs/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,10 @@ Referer.prototype._lookup_referer = function(ref_host, ref_path, include_path) {
123123
ref_path, include_path
124124
)
125125
} catch (e) {
126-
console.error(e)
127126
return null
128127
}
129128
} else return referer
130129
};
131130

132131
// var r = new Referer("http://www.google.com/search?q=gateway+oracle+cards+denise+linn&hl=en&client=safari")
133-
// console.log(r.uri)
132+
// console.log(r.uri)

0 commit comments

Comments
 (0)