diff --git a/dist/plugins-cfg/plugins.android.cfg b/dist/plugins-cfg/plugins.android.cfg index 80dd642f880f5..99e3b6f53de93 100644 --- a/dist/plugins-cfg/plugins.android.cfg +++ b/dist/plugins-cfg/plugins.android.cfg @@ -16,7 +16,6 @@ arch.x86_cs arch.x86_nz asm.arm asm.att2intel -asm.bf asm.dalvik asm.gb asm.java diff --git a/libr/core/cmd.c b/libr/core/cmd.c index 9bcba8e818a17..9da02aa90411d 100644 --- a/libr/core/cmd.c +++ b/libr/core/cmd.c @@ -1,4 +1,4 @@ -/* radare - LGPL - Copyright 2009-2024 - nibble, pancake */ +/* radare - LGPL - Copyright 2009-2025 - nibble, pancake */ #define INTERACTIVE_MAX_REP 1024 @@ -1312,7 +1312,6 @@ R_API bool r_core_run_script(RCore *core, const char *file) { if (!strcmp (file, "-")) { char *out = r_core_editor (core, NULL, NULL); - eprintf ("power %s \n", out); if (out) { ret = r_core_cmd_lines (core, out); free (out);