From 87b8d1f9cb911cae0195101fbc27341aaeec6cc8 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 d1d096605..b8b46e311 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; }