remove log (nwn)

This commit is contained in:
Olivier Galibert 2011-06-13 12:01:55 +00:00
parent bff81672b6
commit d8c855729a

View File

@ -111,7 +111,6 @@ bool sega_837_13551::coin_add(UINT8 slot, INT32 count)
return false;
coin_counter[slot-1] += count;
fprintf(stderr, "coin_add(%d, %d) -> %d\n", slot, count, coin_counter[slot]);
return true;
}