aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-clipboard.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-06-11 18:18:05 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-06-11 18:18:05 +0200
commit707982c8d28f29f6e5a16c3044874dc29ddb2738 (patch)
tree098fab25745cc26112264cc29375c76a19d8c178 /tests/test-clipboard.js
parent105fc769c9667028c40b3352d426b6667868aa08 (diff)
downloadbugzilla-triage-707982c8d28f29f6e5a16c3044874dc29ddb2738.tar.gz
remove unnecessary console.log
Diffstat (limited to 'tests/test-clipboard.js')
-rw-r--r--tests/test-clipboard.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-clipboard.js b/tests/test-clipboard.js
index 513eaf8..917376d 100644
--- a/tests/test-clipboard.js
+++ b/tests/test-clipboard.js
@@ -44,9 +44,8 @@ exports.ensureClipboardUnicode = function ensureClipboard(test) {
exports.ensureClipboardGetFlavors = function ensureClipboardGetFlavors(test) {
clip.set(pushkinTestString);
var available = clip.getCurrentFlavors();
- console.log("available = " + available);
test.assertEqual(JSON.stringify(available),'["plain"]',
"checking getFlavors method");
};
-// TODO: test for some weird mimeType which is not supported \ No newline at end of file
+// TODO: test for some weird mimeType which is not supported