1
0
Fork 0

Removed debug output

This commit is contained in:
Michael Hackstein 2013-12-02 15:42:03 +01:00
parent 4d8d4307dd
commit cec169fc4f
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@
// Gritter does not display <>
msg = msg.replace("<", "");
msg = msg.replace(">", "");
console.log(msg);
arangoHelper.arangoError(msg);
}
});