diff options
author | Emile <git@emile.space> | 2024-11-06 19:03:05 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-11-06 19:03:05 +0100 |
commit | 2cfce5804aab60365709d1832adc1345e99247ff (patch) | |
tree | 27ef32cc331b5de091c30091fef2bf2de2ab69e0 /src | |
parent | a3ffbcea1b895c2aa26c1c1fbc12d0983ccaa41e (diff) |
radare2 updates
Diffstat (limited to 'src')
-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) |