From b8f2995c86da0edeac9178187124696eb412a8e1 Mon Sep 17 00:00:00 2001
From: Yuchen Pei <hi@ypei.me>
Date: Thu, 28 Jul 2022 11:16:33 +1000
Subject: removed a redundant console log

---
 test/spec/LibreJSSpec.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/spec/LibreJSSpec.js b/test/spec/LibreJSSpec.js
index 1bb47ab..3ec75c5 100644
--- a/test/spec/LibreJSSpec.js
+++ b/test/spec/LibreJSSpec.js
@@ -304,7 +304,6 @@ describe('LibreJS\' components', () => {
         const [frameBody] = await browser.tabs.executeScript(tab.id, {
           code: 'document.getElementById("_LibreJS_frame").contentWindow.document.body.innerHTML'
         })
-        console.log(frameBody);
         expect(frameBody).not.toContain('About Us');
         expect(frameBody).toContain('Contact Us');
         expect(frameBody).toContain('Website Feedback');
-- 
cgit v1.2.3