@trebco/treb 28.17.4 → 28.17.5

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": "@trebco/treb",
3
- "version": "28.17.4",
3
+ "version": "28.17.5",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "homepage": "https://treb.app",
6
6
  "repository": {
@@ -146,7 +146,6 @@ export class SpreadsheetConstructor<USER_DATA_TYPE = unknown> {
146
146
  if (this.root) {
147
147
 
148
148
  const names = this.root.getAttributeNames();
149
- console.info({names});
150
149
 
151
150
  for (let name of names) {
152
151