mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 07:23:39 +08:00
removed console logs
This commit is contained in:
parent
e0099607ea
commit
bab327cdd3
1 changed files with 0 additions and 8 deletions
|
@ -1047,8 +1047,6 @@ export function setQuickTabMode(mode, nosave) {
|
|||
}
|
||||
|
||||
export function toggleQuickTabMode() {
|
||||
console.log("before change");
|
||||
console.log(config.quickTab);
|
||||
config.quickTab = !config.quickTab;
|
||||
if (!config.quickTab) {
|
||||
$("#restartTestButton").removeClass("hidden");
|
||||
|
@ -1061,13 +1059,7 @@ export function toggleQuickTabMode() {
|
|||
$("#bottom .keyTips").html(`<key>tab</key> - restart test<br>
|
||||
<key>esc</key> - command line`);
|
||||
}
|
||||
console.log("after change");
|
||||
console.log(config.quickTab);
|
||||
console.log("before save");
|
||||
console.log(config.quickTab);
|
||||
saveToCookie();
|
||||
console.log("after save");
|
||||
console.log(config.quickTab);
|
||||
}
|
||||
|
||||
export function previewFontFamily(font) {
|
||||
|
|
Loading…
Reference in a new issue