Skip to content

Commit a70526b

Browse files
removed debug output from client
1 parent 65a3b7c commit a70526b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dist/terminus-client.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/terminus-client.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/woqlClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ WOQLClient.prototype.addOptionsToDocument = function (doc, opts) {
360360
if (opts && opts.key) {
361361
pdoc['terminus:user_key'] = opts.key;
362362
}
363-
alert("pdoc " + JSON.stringify(pdoc));
364363
return pdoc;
365364
};
366365

0 commit comments

Comments
 (0)