diff --git a/core/main/client/mitb.js b/core/main/client/mitb.js index 45d736849..a835baa4d 100644 --- a/core/main/client/mitb.js +++ b/core/main/client/mitb.js @@ -106,7 +106,7 @@ beef.mitb = { history.pushState({ Be:"EF" }, title, e.currentTarget); } } catch (e) { - console.error('beef.mitb.poisonAnchor - failed to execute: ' + e.message); + beef.debug('beef.mitb.poisonAnchor - failed to execute: ' + e.message); } return false; }, @@ -219,4 +219,4 @@ beef.mitb = { } }; -beef.regCmp('beef.mitb'); \ No newline at end of file +beef.regCmp('beef.mitb'); diff --git a/core/main/client/updater.js b/core/main/client/updater.js index b3da91c05..f324ecc28 100644 --- a/core/main/client/updater.js +++ b/core/main/client/updater.js @@ -79,7 +79,7 @@ beef.updater = { try { command(); } catch(e) { - console.error('execute_commands - command failed to execute: ' + e.message); + beef.debug('execute_commands - command failed to execute: ' + e.message); // prints the command source to be executed, to better trace errors // beef.client_debug must be enabled in the main config beef.debug(command.toString());