mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout bcc657b11631 (Bug 918073) due to regressing bug 916458; r=me
This commit is contained in:
parent
a4db47e400
commit
0b7a7427e2
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user