Skip to content

Commit 2f68433

Browse files
committed
Remove autostart check success message
1 parent 0d588d1 commit 2f68433

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/views/MainPanel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ module.exports = kind({
193193
console.info(sender, evt);
194194
// this.$.result.set('content', JSON.stringify(evt.data));
195195
this.set('autostartEnabled', (evt.returnValue && evt.stdoutString && evt.stdoutString.trim() == autostartFilepath));
196-
this.set('resultText', 'Autostart check completed');
197196
this.set('autostartStatusChecked', true);
198197
},
199198
onTermination: function (sender, evt) {

0 commit comments

Comments
 (0)