@websy/websy-designs 1.4.5 → 1.4.6

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.
@@ -337,7 +337,6 @@ class PGHelper {
337
337
  })
338
338
  }
339
339
  execute (query) {
340
- console.log(query)
341
340
  return new Promise((resolve, reject) => {
342
341
  if (query !== null) {
343
342
  this.client.query(query, (err, queryResponse) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websy/websy-designs",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"