From af65811f50eef30da84e6ddddd96148dbf9638f3 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 3 Jun 2019 18:59:23 +0200 Subject: [PATCH] Remove useless log_info --- src/openrct2/interface/Window.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/interface/Window.cpp b/src/openrct2/interface/Window.cpp index 0bea48d6fc..398542689b 100644 --- a/src/openrct2/interface/Window.cpp +++ b/src/openrct2/interface/Window.cpp @@ -892,8 +892,6 @@ void window_set_location(rct_window* w, int32_t x, int32_t y, int32_t z) */ void window_scroll_to_location(rct_window* w, int32_t x, int32_t y, int32_t z) { - log_info("YEP"); - LocationXYZ16 location_3d = { (int16_t)x, (int16_t)y, (int16_t)z }; assert(w != nullptr);