diff --git a/app/main.js b/app/main.js
index 033c73edb1359925b5149c46624cdadf707f8f40..15661476912331e54707069adba7a5dbf85149d3 100644
--- a/app/main.js
+++ b/app/main.js
@@ -92,6 +92,9 @@ function createWindow() {
 
     mainWindow.loadURL(indexFileUrl);
     mainWindow.maximize();
+
+    console.log('should check for updates')
+
     require('update-electron-app')({
         repo: 'dfn2/pling-store',
         host: 'http://www.opencode.net',