Backout bcc657b11631 (Bug 918073) due to regressing bug 916458; r=me

This commit is contained in:
Nick Fitzgerald 2013-09-19 10:22:14 -07:00
parent a4db47e400
commit 0b7a7427e2

View File

@ -80,9 +80,7 @@ loadSubScript.call(this, "resource://gre/modules/devtools/DevToolsUtils.js");
function dumpn(str) {
if (wantLogging) {
for (let line of str.split(/\n/g)) {
dump("DBG-SERVER: " + line + "\n");
}
dump("DBG-SERVER: " + str + "\n");
}
}