@uxland/primary-shell 7.11.3 → 7.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "7.11.3",
3
+ "version": "7.11.4",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",
@@ -47,7 +47,6 @@ export class PocEventsEcap extends LitElement {
47
47
 
48
48
  getPDFS() {
49
49
  const pdfs = shellApi.pdfViewerManager.getPdfs();
50
- console.log(pdfs);
51
50
  return pdfs;
52
51
  }
53
52
 
@@ -130,7 +130,6 @@ class RegionManagerProxy implements PrimariaRegionManager {
130
130
  }
131
131
 
132
132
  _notifyMainViewChanged(viewId: string) {
133
- console.log(viewId);
134
133
  this.broker.publish(shellEvents.mainViewChanged, { viewId });
135
134
  }
136
135