Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
m0sth8 committed Dec 27, 2014
1 parent f5369ba commit acc80b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bearded.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"github.com/sirupsen/logrus"

"github.com/bearded-web/bearded/cmd"
"os"
)

const (
Expand Down Expand Up @@ -54,6 +55,6 @@ func main() {

app.Before = BeforeHandler

app.Run([]string{"bearded", "run"})
// app.Run(os.Args)
// app.Run([]string{"bearded", "run"})
app.Run(os.Args)
}

0 comments on commit acc80b4

Please sign in to comment.