Skip to content

Commit

Permalink
cli: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 52bfcdf commit 7602c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//==============================================================
const exec = require('child_process').exec;
const path = require('path');
console.log('__dirname', __dirname);
const pm2Config = require('../pm2.config');
const port = pm2Config.serveUIStatic.env.PM2_SERVE_PORT;
const logFiles = {
Expand Down

0 comments on commit 7602c0d

Please sign in to comment.