From 170f164288eaedea53f12070ea7501594543316f Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 12 Mar 2015 17:30:14 -0400 Subject: [PATCH] had a doubt, had to check it worked as intended --- platform/chromium/vapi-client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/chromium/vapi-client.js b/platform/chromium/vapi-client.js index d1d0966..b8b46e3 100644 --- a/platform/chromium/vapi-client.js +++ b/platform/chromium/vapi-client.js @@ -37,6 +37,7 @@ var chrome = self.chrome; // https://github.com/gorhill/uBlock/issues/456 // Already injected? if ( vAPI.vapiClientInjected ) { + //console.debug('vapi-client.js already injected: skipping.'); return; }