Removed debug log

Change-Id: I5b60064b1bfb723900f4c3b4e54fe962f5b9a8f4
diff --git a/src/app/datasources/stores/model.store.ts b/src/app/datasources/stores/model.store.ts
index 345431b..79b7231 100644
--- a/src/app/datasources/stores/model.store.ts
+++ b/src/app/datasources/stores/model.store.ts
@@ -23,9 +23,6 @@
   }
 
   public query(modelName: string, apiUrl: string): Observable<any> {
-    if (modelName === 'XOSGuiExtension') {
-      this.$log.log(performance.now(), `QUERY Model ${modelName}` );
-    }
     // if there isn't already an observable for that item
     // create a new one and .next() is called by this.loadInitialData once data are received
     if (!this._collections[modelName]) {