@rpcbase/server 0.166.0 → 0.167.0
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/cli/run_native.js +0 -2
- package/package.json +1 -1
package/cli/run_native.js
CHANGED
|
@@ -165,8 +165,6 @@ const get_processes = (args) => {
|
|
|
165
165
|
const run_native = (infrastructure_dir, proj_prefix, args) => {
|
|
166
166
|
console.log(`running in ${colors.bold(colors.magenta("NATIVE"))} mode`)
|
|
167
167
|
|
|
168
|
-
console.log("args", args)
|
|
169
|
-
|
|
170
168
|
const processes = get_processes(args)
|
|
171
169
|
|
|
172
170
|
const run_process = (item) => {
|