diff options
-rw-r--r-- | src/r2.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/r2.go b/src/r2.go index 6ecd24b..d736f59 100644 --- a/src/r2.go +++ b/src/r2.go @@ -7,10 +7,7 @@ import ( ) func r2cmd(r2p *r2pipe.Pipe, input string) (string, error) { - - log.Println("---") log.Printf("> %s\n", input) - log.Println("---") // send a command buf1, err := r2p.Cmd(input) |