diff options
Diffstat (limited to 'docshell/test/mochitest/double_submit.sjs')
-rw-r--r-- | docshell/test/mochitest/double_submit.sjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docshell/test/mochitest/double_submit.sjs b/docshell/test/mochitest/double_submit.sjs index 4ca088173c..edbb92a613 100644 --- a/docshell/test/mochitest/double_submit.sjs +++ b/docshell/test/mochitest/double_submit.sjs @@ -13,7 +13,7 @@ const BinaryInputStream = CC( "setInputStream" ); -function log(str) { +function log() { // dump(`LOG: ${str}\n`); } |