diff --git a/tizenbrew-app/TizenBrew/service/service.js b/tizenbrew-app/TizenBrew/service/service.js index b71415c..9fc0386 100644 --- a/tizenbrew-app/TizenBrew/service/service.js +++ b/tizenbrew-app/TizenBrew/service/service.js @@ -52,7 +52,6 @@ module.exports.onStart = function () { }); adb._stream.on('close', () => { console.log('ADB connection closed.'); - global.currentClient.send(JSON.stringify({ type: 'canLaunchInDebug', status: false })); }); }