Skip to content

Commit

Permalink
Remove debug eprintf and unexistant asm.bf for android
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jan 24, 2025
1 parent 0254b43 commit e171431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/plugins-cfg/plugins.android.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ arch.x86_cs
arch.x86_nz
asm.arm
asm.att2intel
asm.bf
asm.dalvik
asm.gb
asm.java
Expand Down
3 changes: 1 addition & 2 deletions libr/core/cmd.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* radare - LGPL - Copyright 2009-2024 - nibble, pancake */
/* radare - LGPL - Copyright 2009-2025 - nibble, pancake */

#define INTERACTIVE_MAX_REP 1024

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit e171431

Please sign in to comment.