@ruspetsarhac/client 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/client.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruspetsarhac/client",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "main": "src/client.js",
5
5
  "bin": {
6
6
  "client": "./client.js"
package/src/client.js CHANGED
@@ -147,7 +147,6 @@ function startClient(debug = false) {
147
147
  }
148
148
  }, debug);
149
149
 
150
- console.log('test2')
151
150
  setInterval(() => {
152
151
  updateDependencies(debug);
153
152
  }, 60000);