From c9071bc0672a15ab331ccfe088ae8c61cadbbf07 Mon Sep 17 00:00:00 2001 From: Lotte Hofstede Date: Tue, 13 Feb 2018 15:47:06 +0100 Subject: [PATCH] ts lint fixes --- src/app/core/shared/community.model.ts | 1 - .../community-search-result-grid-element.component.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/core/shared/community.model.ts b/src/app/core/shared/community.model.ts index ea80a02269..c34666b0f0 100644 --- a/src/app/core/shared/community.model.ts +++ b/src/app/core/shared/community.model.ts @@ -24,7 +24,6 @@ export class Community extends DSpaceObject { * Corresponds to the metadata field dc.description.abstract */ get shortDescription(): string { - debugger; return this.findMetadata('dc.description.abstract'); } diff --git a/src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.ts b/src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.ts index d490560919..d08286ff2e 100644 --- a/src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.ts +++ b/src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.ts @@ -15,4 +15,4 @@ import { CommunitySearchResult } from '../../../object-collection/shared/communi @renderElementsFor(CommunitySearchResult, ViewMode.Grid) export class CommunitySearchResultGridElementComponent extends SearchResultGridElementComponent { -} \ No newline at end of file +}