mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
#674 remove consle logs
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
<div class="thumbnail" *ngVar="src$ | async as src">
|
||||
<ds-loading
|
||||
*ngIf="!src"
|
||||
message="{{ 'loading.default' | translate }}"
|
||||
[showMessage]="false"
|
||||
></ds-loading>
|
||||
<ng-container *ngIf="src">
|
||||
<ng-container *ngVar="src$ | async as src">
|
||||
<div class="thumbnail">
|
||||
<img [src]="src | dsSafeUrl" (error)="errorHandler($event)" />
|
||||
</ng-container>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
@@ -169,7 +169,6 @@ export class ObjectGridComponent implements OnInit {
|
||||
this._objects$).pipe(map(([nbColumns, objects]) => {
|
||||
if (hasValue(objects) && hasValue(objects.payload) && hasValue(objects.payload.page)) {
|
||||
const page = objects.payload.page;
|
||||
console.log(page)
|
||||
|
||||
const result = [];
|
||||
|
||||
|
Reference in New Issue
Block a user