From b5c6b968df6df230a04b9b38097a61a8ec6e8e2c Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 14 Mar 2020 09:33:59 +0000 Subject: [PATCH] Remove printf comment --- src/openrct2/paint/Paint.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/paint/Paint.cpp b/src/openrct2/paint/Paint.cpp index 94d9325f81..5ef604af62 100644 --- a/src/openrct2/paint/Paint.cpp +++ b/src/openrct2/paint/Paint.cpp @@ -1151,7 +1151,6 @@ void paint_draw_money_structs(rct_drawpixelinfo* dpi, paint_string_struct* ps) forceSpriteFont = true; } - // std::printf("%d, %d\n", (int)ps->x, (int)ps->y); gfx_draw_string_with_y_offsets(&dpi2, buffer, COLOUR_BLACK, ps->x, ps->y, (int8_t*)ps->y_offsets, forceSpriteFont); } while ((ps = ps->next) != nullptr); }