From c32bcd4c877a977e5c1e1631d51f9f59a18f8026 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 30 May 2023 14:36:22 +0200 Subject: [PATCH] Remove unecessary comment --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index 166f1a4..38d4b1c 100644 --- a/src/main.js +++ b/src/main.js @@ -121,7 +121,6 @@ const vipsObsAppMenu = new Vue({ // Wait for the deviceready event to start the render document.addEventListener("deviceready", () => { - // eslint-disable-next-line CommonUtil.logInfo("Cordova ready, Render the App"); init(); }); -- GitLab