mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
removed debugger; line
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user