Browse Source

remove debug message

tags/v0.9.0
jimzhan 9 years ago
parent
commit
9b62a92950
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      cmd/rex/run.go

+ 0
- 2
cmd/rex/run.go View File

@@ -14,7 +14,6 @@ import (
log "github.com/Sirupsen/logrus"
"github.com/codegangsta/cli"

"github.com/goanywhere/rex"
"github.com/goanywhere/rex/internal"
"github.com/goanywhere/rex/livereload"

@@ -135,7 +134,6 @@ func Run(ctx *cli.Context) {
app := new(app)
app.dir = cwd
app.binary = filepath.Join(os.TempDir(), "rex-bin")
rex.Infof("App: %s", app.binary)
if runtime.GOOS == "windows" {
app.binary += ".exe"
}

Loading…
Cancel
Save