Skip to content

Commit 772b6d8

Browse files
author
Andrew Fasano
committed
syscalls2: drop debug print
1 parent c363487 commit 772b6d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: panda/plugins/syscalls2/syscalls2.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,6 @@ bool init_plugin(void *self) {
13831383

13841384
// load system call info
13851385
if (panda_parse_bool_opt(plugin_args, "load-info", "Load systemcall information for the selected os.")) {
1386-
printf("load_info\n");
13871386
load_info = true;
13881387
}
13891388

0 commit comments

Comments
 (0)