mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
remove debug log
This commit is contained in:
@@ -88,15 +88,7 @@ export class DsDynamicLookupRelationModalComponent implements OnInit, OnDestroy
|
||||
*/
|
||||
metadataFields: string;
|
||||
|
||||
_query: string;
|
||||
set query(q: string) {
|
||||
console.log('set query', q);
|
||||
this._query = q;
|
||||
};
|
||||
|
||||
get query(): string {
|
||||
return this._query;
|
||||
}
|
||||
query: string;
|
||||
|
||||
/**
|
||||
* A map of subscriptions within this component
|
||||
|
Reference in New Issue
Block a user