Skip to content

Commit

Permalink
print just the debug msg to console
Browse files Browse the repository at this point in the history
  • Loading branch information
dound committed Dec 7, 2008
1 parent a0fec7b commit 51e19d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtoolbar.js
Expand Up @@ -26,7 +26,7 @@ var JTB = function() {
var debugErrReported = false;
function debug(newstr) {
if(window.console) {
console.debug("message", newstr);
console.debug(newstr);
}
else if(!debugErrReported) {
debugErrReported = true;
Expand Down

0 comments on commit 51e19d9

Please sign in to comment.