mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 08:13:28 +08:00
removed console logs
This commit is contained in:
parent
3c87156973
commit
009c79350b
1 changed files with 0 additions and 25 deletions
|
@ -112,9 +112,6 @@ export function areFunboxesCompatible(funboxesString: string): boolean {
|
|||
|
||||
const funboxesToCheck = FunboxList.filter((f) => funboxes.includes(f.name));
|
||||
|
||||
console.log(funboxesToCheck);
|
||||
console.log(funboxes);
|
||||
|
||||
const allFunboxesAreValid = funboxesToCheck.length === funboxes.length;
|
||||
const oneWordModifierMax =
|
||||
funboxesToCheck.filter(
|
||||
|
@ -215,28 +212,6 @@ export function areFunboxesCompatible(funboxesString: string): boolean {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(allowedConfig);
|
||||
|
||||
console.log(
|
||||
allFunboxesAreValid,
|
||||
oneWordModifierMax,
|
||||
layoutUsability,
|
||||
oneNospaceOrToPushMax,
|
||||
oneChangesWordsVisibilityMax,
|
||||
oneFrequencyChangesMax,
|
||||
noFrequencyChangesConflicts,
|
||||
capitalisationChangePosibility,
|
||||
noConflictsWithSymmetricChars,
|
||||
canSpeak,
|
||||
hasLanguageToSpeak,
|
||||
oneToPushOrPullSectionMax,
|
||||
oneApplyCSSMax,
|
||||
onePunctuateWordMax,
|
||||
oneCharCheckerMax,
|
||||
oneCharReplacerMax,
|
||||
noConfigConflicts
|
||||
);
|
||||
|
||||
return (
|
||||
allFunboxesAreValid &&
|
||||
oneWordModifierMax &&
|
||||
|
|
Loading…
Reference in a new issue