diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-06-11 18:18:05 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-06-11 18:18:05 +0200 |
commit | 707982c8d28f29f6e5a16c3044874dc29ddb2738 (patch) | |
tree | 098fab25745cc26112264cc29375c76a19d8c178 /tests/test-util.js | |
parent | 105fc769c9667028c40b3352d426b6667868aa08 (diff) | |
download | bugzilla-triage-707982c8d28f29f6e5a16c3044874dc29ddb2738.tar.gz |
remove unnecessary console.log
Diffstat (limited to 'tests/test-util.js')
-rw-r--r-- | tests/test-util.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-util.js b/tests/test-util.js index a9d0e6a..70f5218 100644 --- a/tests/test-util.js +++ b/tests/test-util.js @@ -185,7 +185,6 @@ exports.ensureLoadText = function (test) { // var url = "http://matej.ceplovi.cz/progs/data/pushkin.txt", text = ""; // test.waitUntilDone(); // util.loadText(url, function (txt) { -// console.log(txt); // //test.assertEqual(txt, pushkinTestString); // test.done(); // }); |