aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-22 12:59:04 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-12-22 12:59:04 +0100
commita081fca92caee548efcf057a5f124395c55d54a9 (patch)
tree7437ed366d290fbff0321a1e061773b352bbc6b4 /src/index.js
parentadd deebug output (diff)
downloadferdium-app-a081fca92caee548efcf057a5f124395c55d54a9.tar.gz
ferdium-app-a081fca92caee548efcf057a5f124395c55d54a9.tar.zst
ferdium-app-a081fca92caee548efcf057a5f124395c55d54a9.zip
remove debugging tests
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index 76b1d8352..a047e2bc1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -147,8 +147,6 @@ const createWindow = () => {
147 147
148 mainWindow.on('show', () => { 148 mainWindow.on('show', () => {
149 mainWindow.setSkipTaskbar(false); 149 mainWindow.setSkipTaskbar(false);
150
151 handleDeepLink(mainWindow, 'franz://settings/services/add/msteams');
152 }); 150 });
153 151
154 app.mainWindow = mainWindow; 152 app.mainWindow = mainWindow;