diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-12-12 14:41:15 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-12-12 14:41:15 +0100 |
commit | 0a9fd66e283566a26588c64f396fda6b32ab0415 (patch) | |
tree | d4ff38e4bf7e78f01752f5d432e8dfb0c69feab0 /vcl | |
parent | 166d8257979aac6775319a9e1f305bc94df97e29 (diff) |
Remove stray debug statement
Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/edit.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index 0ba51194ce88..513fd51e2d11 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -235,7 +235,6 @@ bool Edit::set_property(const rtl::OString &rKey, const rtl::OString &rValue) nBits |= WB_TABSTOP; else nBits |= WB_NOTABSTOP; - fprintf(stderr, "tabstop is %ld\n", nBits & WB_TABSTOP); SetStyle(nBits); } else if (rKey == "visibility") |