From 99caceddcfdd2846e3430ed1b3947bc8b6dc3876 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Tue, 4 Feb 2020 11:20:14 -0500
Subject: [PATCH] eslint ignore test mode feedback

---
 themes/bootstrap3/js/common.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js
index 4860cfd4266..e15b2253041 100644
--- a/themes/bootstrap3/js/common.js
+++ b/themes/bootstrap3/js/common.js
@@ -437,7 +437,7 @@ $(document).ready(function commonDocReady() {
       if (document.cookie.indexOf('VuFindTestSuiteRunning=') === -1) {
         window.print();
       } else {
-        console.log("Printing disabled due to test mode.");
+        console.log("Printing disabled due to test mode."); // eslint-disable-line no-console
       }
     });
     // Make an ajax call to ensure that ajaxStop is triggered
-- 
GitLab