diff --git a/core/state-manager.js b/core/state-manager.js
index cde4ecb03b37e042239d924595cdd74c7d2240c8..dddc74724a04766710e9050a29ce186e1e733d49 100644
--- a/core/state-manager.js
+++ b/core/state-manager.js
@@ -41,13 +41,6 @@ stateManager.registerInjection = function (tabIdentifier, injection) {
                 'tabId': tabIdentifier,
                 'text': injectionCount.toString()
             });
-
-        } else {
-
-            wrappers.setBadgeText({
-                'tabId': tabIdentifier,
-                'text': ''
-            });
         }
     }