Skip to content

Commit

Permalink
remove a debug print when exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Mar 15, 2020
1 parent 20fc64a commit 23cd490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/am_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ static bool export_cmd(int *argc, char ***argv) {
char last = dir[strlen(dir)-1];
if (last == '/' || last == '\\') dir[strlen(dir)-1] = 0;
am_opt_data_dir = dir;
am_debug("mac: %d", flags.export_mac_app_store);
return am_build_exports(&flags);
#else
fprintf(stderr, "Sorry, the export command is not supported on this platform.\n");
Expand Down

0 comments on commit 23cd490

Please sign in to comment.