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