Merge pull request #9358 from ZehMatt/undo-fuckup1

Remove useless log_info
This commit is contained in:
Duncan 2019-06-04 18:45:34 +01:00 committed by GitHub
commit 06c666c298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -891,8 +891,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);