Skip to content

Commit

Permalink
Remove accidentally committed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Apr 11, 2019
1 parent cea6e27 commit a5a2dd1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/incredimail_convert.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ void im_to_eml(char* im_filename, const char* attachments_path, const char* eml_
FILE* fin = fopen(im_filename, "r");
enum find_multipart_states state = FMS_START;

if (strstr(eml_filename, "airplane parts") && strstr(eml_filename, "email30.eml")) {
printf("Hit!\n");
}

while (fgets(buf, 4096, fin) && first_boundary[0] == '\0') {
int linelen = strlen(buf);
if (linelen > 0 && buf[linelen - 1] != '\n')
Expand Down

0 comments on commit a5a2dd1

Please sign in to comment.