mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
remove debugging dump() accidentally added in bug 923301
--HG-- extra : transplant_source : %9Bg%E0%7F%CEH%60%E8%23%06%5B%28kMa%BF%A2%84%0A%DC
This commit is contained in:
parent
a1bd7840b8
commit
286cf86a4e
@ -45,14 +45,12 @@ function onSourceOutput(e) {
|
||||
}
|
||||
|
||||
function disconnectSources() {
|
||||
dump("disconnecting\n")
|
||||
for (var i = 0; i < sourceCount; ++i) {
|
||||
sources[i].disconnect();
|
||||
}
|
||||
|
||||
SpecialPowers.forceGC();
|
||||
SpecialPowers.forceCC();
|
||||
dump("forced GC\n");
|
||||
}
|
||||
|
||||
function startTest() {
|
||||
|
Loading…
Reference in New Issue
Block a user