mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
removed debugger; line
This commit is contained in:
@@ -30,8 +30,6 @@ export class URLCombiner {
|
||||
* The combined URL
|
||||
*/
|
||||
toString(): string {
|
||||
debugger;
|
||||
|
||||
if (isEmpty(this.parts)) {
|
||||
return '';
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user