removed debugger; line

This commit is contained in:
lotte
2020-04-30 12:35:25 +02:00
parent 4c48088920
commit 84d9e4b063

View File

@@ -30,8 +30,6 @@ export class URLCombiner {
* The combined URL * The combined URL
*/ */
toString(): string { toString(): string {
debugger;
if (isEmpty(this.parts)) { if (isEmpty(this.parts)) {
return ''; return '';
} else { } else {