diff --git a/Logic/Tags/And.ts b/Logic/Tags/And.ts index 7199525199..25799da1ce 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\"]" ]