From 7f972d451293d1f0d8f51c6db85d711a274dc8db Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sun, 1 May 2022 04:21:41 +0200 Subject: [PATCH] Fix tests --- Logic/Tags/And.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/Logic/Tags/And.ts b/Logic/Tags/And.ts index 719952519..25799da1c 100644 --- a/Logic/Tags/And.ts +++ b/Logic/Tags/And.ts @@ -50,9 +50,6 @@ export class And extends TagsFilter { } /** - * - * import {Tag} from "./Tag"; - * import {RegexTag} from "./RegexTag"; * * const and = new And([new Tag("boundary","protected_area"), new RegexTag("protect_class","98",true)]) * and.asOverpass() // => [ "[\"boundary\"=\"protected_area\"][\"protect_class\"!=\"98\"]" ]