remove debug log

This commit is contained in:
Art Lowel
2020-07-01 18:19:52 +02:00
parent 2cffdc8a86
commit c36877ae3a

View File

@@ -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