@pixlcore/xyrun 1.0.4 → 1.0.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.
Files changed (2) hide show
  1. package/main.js +0 -2
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -177,8 +177,6 @@ const app = {
177
177
  return;
178
178
  }
179
179
 
180
- console.log( "Running command: " + child_cmd, child_args );
181
-
182
180
  // get uid / gid info for child env vars
183
181
  if (!this.platform.windows) {
184
182
  child_opts.uid = job.uid || process.getuid();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixlcore/xyrun",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Remote job runner script for xyOps.",
5
5
  "author": "Joseph Huckaby <jhuckaby@pixlcore.com>",
6
6
  "homepage": "https://github.com/pixlcore/xyrun",