@widgetic/editor 3.10.53 → 3.10.54

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": "@widgetic/editor",
3
- "version": "3.10.53",
3
+ "version": "3.10.54",
4
4
  "scripts": {
5
5
  "start": "webpack --config webpack.config.js --watch --progress",
6
6
  "build": "webpack --config webpack.config.js",
@@ -92,7 +92,7 @@ export default class UploadService extends EventsMixin(Service) {
92
92
  lastModified: Date.now(),
93
93
  uploadFile,
94
94
  });
95
- console.log("on upload file:", file);
95
+ // console.log("on upload file:", file);
96
96
 
97
97
  // push it to the files array
98
98
  this.files.push(file);
@@ -306,7 +306,7 @@ export default {
306
306
 
307
307
  return x - y;
308
308
  });
309
- console.log("uploadedFiles after sort: ", files);
309
+ // console.log("uploadedFiles after sort: ", files);
310
310
 
311
311
  return this.set({ files })
312
312
  })