Console logging

This commit is contained in:
Pieter Vander Vennet 2020-11-02 12:38:04 +01:00
parent 6118d734c0
commit 4f3135caef
6 changed files with 10 additions and 16 deletions

View file

@ -10,9 +10,6 @@ import svg2img from 'promise-svg2img';
import {Translation} from "./UI/i18n/Translations";
import Translations from "./UI/i18n/Translations";
console.log("Building the layouts")
function enc(str: string): string {
return encodeURIComponent(str.toLowerCase());
}