mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 12:13:45 +00:00
PM-21845: Remove test console.log
This commit is contained in:
@@ -42,15 +42,13 @@ if (
|
||||
// eslint-disable-next-line
|
||||
const Main = require("./main").Main;
|
||||
|
||||
// Testing autotype hotkey registration
|
||||
const r = autotype.registerHotkey();
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("registerHotkey(): ");
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(r);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("hello world");
|
||||
|
||||
const main = new Main();
|
||||
main.bootstrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user