wgl: drop pointless debug_printf
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Sun, 26 May 2019 08:42:32 +0000 (10:42 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 2 Apr 2020 09:51:58 +0000 (09:51 +0000)
Reviewed-by: Neha Bhende <bhenden@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4307>

src/gallium/state_trackers/wgl/stw_device.c

index f7e0e447a9830b9223d50923966e9be8d4cc2af4..0636cfcd2cf0242c6d05a350447365d39dec2eff 100644 (file)
@@ -89,8 +89,6 @@ stw_init(const struct stw_winsys *stw_winsys)
 
    debug_disable_error_message_boxes();
 
-   debug_printf("%s\n", __FUNCTION__);
-
    assert(!stw_dev);
 
    stw_tls_init();