Remove printout

This commit is contained in:
simon.kagstrom 2010-03-28 12:56:04 +00:00
parent 4aef6329d2
commit dab3082e48
1 changed files with 0 additions and 3 deletions

View File

@ -174,9 +174,6 @@ static bool from_v2(GameInfo *dst, struct game_info_v2 *p)
dst->genre = p->genre;
dst->players = p->players;
printf("From 2: %d, %d, %s, %s, %s\n",
dst->genre, dst->players, dst->graphics_artist, dst->musician, dst->creator);
dst->screenshot = sdl_surface_from_data(p->data + p->screenshot_off,
p->sz - p->screenshot_off);
if (!dst->screenshot)