瀏覽代碼

remove debug message

tags/v0.9.0
jimzhan 9 年之前
父節點
當前提交
9b62a92950
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      cmd/rex/run.go

+ 0
- 2
cmd/rex/run.go 查看文件

@@ -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…
取消
儲存