diff --git a/src/LiveDevelopment/main.js b/src/LiveDevelopment/main.js index 0fa3ef0d8a8..d2231fbb0e0 100644 --- a/src/LiveDevelopment/main.js +++ b/src/LiveDevelopment/main.js @@ -211,11 +211,6 @@ define(function main(require, exports, module) { AppInit.appReady(function () { if (DocumentManager.getCurrentDocument()) { _handleGoLiveCommand(); - } else { - $(DocumentManager).on("currentDocumentChange", _handleGoLiveCommand); - window.setTimeout(function () { - $(DocumentManager).off("currentDocumentChange", _handleGoLiveCommand); - }, 200); } }); }