Skip to content

Commit

Permalink
syscalls2: drop debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFasano committed Oct 29, 2024
1 parent c363487 commit 772b6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panda/plugins/syscalls2/syscalls2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ bool init_plugin(void *self) {

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

Expand Down

0 comments on commit 772b6d8

Please sign in to comment.