diff --git a/src/main.js b/src/main.js
index 166f1a4ff382b22be4d5b295c876426186c03e2d..38d4b1c7fc3670151adc63f8317a4b373e4d80c0 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();
 });