Remove debug

pull/21833/head
Jorik Schellekens 2020-06-04 19:43:35 +01:00 committed by GitHub
parent bba6767608
commit f3011f00f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ export class FontWatcher implements IWatcher {
};
private setRootFontSize = (size) => {
console.log({size})
const fontSize = Math.max(Math.min(FontWatcher.MAX_SIZE, size), FontWatcher.MIN_SIZE);
if (fontSize !== size) {