mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-22 13:51:30 +00:00
Remove annoying print
This commit is contained in:
parent
cda2454011
commit
07ba47823b
@ -2697,7 +2697,7 @@ static void cmd_esil_mem(RCore *core, const char *input) {
|
||||
// eprintf ("Deinitialized %s\n", name);
|
||||
return;
|
||||
}
|
||||
eprintf ("Already initialized\n");
|
||||
//eprintf ("Already initialized\n");
|
||||
return;
|
||||
}
|
||||
if (*input == '-') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user