about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-11-06 19:03:05 +0100
committerEmile <git@emile.space>2024-11-06 19:03:05 +0100
commit2cfce5804aab60365709d1832adc1345e99247ff (patch)
tree27ef32cc331b5de091c30091fef2bf2de2ab69e0
parenta3ffbcea1b895c2aa26c1c1fbc12d0983ccaa41e (diff)
radare2 updates
-rw-r--r--src/r2.go3
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)