Skip to content

Commit

Permalink
Remove debug print line.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHaselgrove committed Mar 30, 2021
1 parent 8aff24a commit 8d8d4e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/gui_rpc_server_ops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,6 @@ static void handle_get_app_config(GUI_RPC_CONN& grc) {
return;
}
sprintf(path, "%s/%s", p->project_dir(), APP_CONFIG_FILE_NAME);
// printf("path: %s\n", path); // debug only
int retval = read_file_string(path, s);
if (retval) {
grc.mfout.printf("<error>app_config.xml not found</error>\n");
Expand Down

0 comments on commit 8d8d4e0

Please sign in to comment.