vcl: remove leftover debug printf

Change-Id: I57f166309952ff459586d8eae0e9d1e3b1d7c4ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104615
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 7072c1f..bea4f8f 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1845,7 +1845,6 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString &
            m_pParserState->m_aButtonMenuMaps.emplace_back(id, sMenu);

        OUString sType = extractWidgetName(rMap);
        fprintf(stderr, "special name is %s\n", sType.toUtf8().getStr());
        if (sType.isEmpty())
        {
            xButton = extractStockAndBuildMenuButton(pParent, rMap);