From edab999feb2a51068725c69e8add9a897539e78a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 14 Mar 2014 17:57:04 +0100 Subject: [PATCH] Remove SAL_INFO that was meant as a temporary SAL_DEBUG Change-Id: I6d3b822c7a44a2cddb842266494a387ed693fd61 --- vcl/source/window/layout.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index d8ab4c672295..4da3a8f3d8b3 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -2208,7 +2208,6 @@ bool MessageDialog::set_property(const OString &rKey, const OString &rValue) } else if (rKey == "buttons") { - SAL_INFO("vcl.layout", "buttons type mode " << rValue); VclButtonsType eMode = VCL_BUTTONS_NONE; if (rValue.equals("none")) eMode = VCL_BUTTONS_NONE;