Skip to content

Commit

Permalink
Remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
kg committed May 13, 2024
1 parent ae6371d commit 3f6a0a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mono/mono/metadata/bundled-resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ key_from_id (const char *id, char *buffer, guint buffer_len)
g_strlcpy (buffer, id, MIN(buffer_len, id_length + 1));
}

g_print ("key_from_id('%s') == '%s'\n", id, buffer);

return buffer;
}

Expand Down

0 comments on commit 3f6a0a6

Please sign in to comment.