From 30d3d4602707f2382572436706fa012e8e8d8115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Thu, 24 Oct 2019 18:04:44 +0200 Subject: [PATCH] make linter happy --- src/common/input/TextDecoder.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/input/TextDecoder.test.ts b/src/common/input/TextDecoder.test.ts index ed42ce05..92b0e03a 100644 --- a/src/common/input/TextDecoder.test.ts +++ b/src/common/input/TextDecoder.test.ts @@ -7,7 +7,6 @@ import { assert } from 'chai'; import { StringToUtf32, stringFromCodePoint, Utf8ToUtf32, utf32ToString } from 'common/input/TextDecoder'; import { encode } from 'utf8'; -declare const console: any; // convert UTF32 codepoints to string function toString(data: Uint32Array, length: number): string {