diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:57:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-14 17:57:25 +0100 |
commit | edab999feb2a51068725c69e8add9a897539e78a (patch) | |
tree | a7d108924bb25b3a094cddd16e597695e1a0e6ca /vcl | |
parent | e1d99bc0d52a7f03597a8d5400a3578dacf54bbf (diff) |
Remove SAL_INFO that was meant as a temporary SAL_DEBUG
Change-Id: I6d3b822c7a44a2cddb842266494a387ed693fd61
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/layout.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |