remove ununsed log

This commit is contained in:
cupcakearmy 2020-11-14 00:40:16 +01:00
parent f43e73ce41
commit f6860115a3
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ let requireConfig: boolean = true
let error: boolean = false
export function hasError() {
console.log('ERROR!')
error = true
}