Skip to content

Commit

Permalink
remove debug information for file
Browse files Browse the repository at this point in the history
  • Loading branch information
teras committed Sep 3, 2017
1 parent 2416bce commit 2619d67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appimagetool.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ void guess_arch(const gchar *archfile, char* archs) {
die("Failed to run file command");
fgets(line, sizeof (line) - 1, fp);
pclose(fp);
if (verbose)
fprintf(stderr, "The output of file command is: %s", line);
carch = g_strsplit_set(line, ",", -1)[1];
if (carch) {
carch = g_strstrip(carch);
Expand Down

0 comments on commit 2619d67

Please sign in to comment.