Remove debug leftovers in cbin (#16504)

This commit is contained in:
Itay Cohen 2020-04-09 19:59:45 +03:00 committed by GitHub
parent c567465db2
commit 742fd214cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1868,7 +1868,6 @@ static int bin_imports(RCore *r, int mode, int va, const char *name) {
} else {
const char *bind = import->bind? import->bind: "NONE";
const char *type = import->type? import->type: "NONE";
eprintf ("nth: %d, %s\n", import->ordinal, symname);
if (import->classname && import->classname[0]) {
r_table_add_rowf (table, "nXssss", (ut64)import->ordinal, addr, bind, type, libname ? libname : "", sdb_fmt ("%s.%s", import->classname, symname));
} else {