Explorar o código

removed debug log

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
5567f1d6b8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/browser-polyfill/custom-browser-polyfill.js

+ 0 - 1
lib/browser-polyfill/custom-browser-polyfill.js

@@ -256,7 +256,6 @@
 				sendMessage: (tabId, message, options = {}) => new Promise((resolve, reject) =>
 					chrome.tabs.sendMessage(tabId, message, options, response => {
 						if (chrome.runtime.lastError) {
-							console.log("send NOK", message, chrome.runtime.lastError);
 							reject(chrome.runtime.lastError);
 						} else {
 							resolve(response);