aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-util.js')
-rw-r--r--tests/test-util.js1
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();
// });