From 2cfce5804aab60365709d1832adc1345e99247ff Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 6 Nov 2024 19:03:05 +0100 Subject: radare2 updates --- src/r2.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/r2.go') 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) -- cgit 1.4.1