diff --git a/src/plugins/qmljsinspector/qmljslivetextpreview.cpp b/src/plugins/qmljsinspector/qmljslivetextpreview.cpp
index 966ac15e8f098137d3554458d99ff22a890dea61..ee660d28695e9204754bedd4ad9169656b9b2475 100644
--- a/src/plugins/qmljsinspector/qmljslivetextpreview.cpp
+++ b/src/plugins/qmljsinspector/qmljslivetextpreview.cpp
@@ -517,12 +517,6 @@ void QmlJSLiveTextPreview::documentChanged(QmlJS::Document::Ptr doc)
     if (doc->fileName() != m_previousDoc->fileName() || m_clientProxy.isNull())
         return;
 
-    Core::ICore *core = Core::ICore::instance();
-    const int dbgcontext = core->uniqueIDManager()->uniqueIdentifier(Debugger::Constants::C_DEBUGMODE);
-
-    if (!core->hasContext(dbgcontext))
-        return;
-
     bool experimentalWarningShown = false;
 
     if (m_applyChangesToQmlObserver) {