Kaydet (Commit) 0a9fd66e authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Remove stray debug statement

Change-Id: Ic8364075007f636c6319a94d895360188bbf66b2
üst 166d8257
...@@ -235,7 +235,6 @@ bool Edit::set_property(const rtl::OString &rKey, const rtl::OString &rValue) ...@@ -235,7 +235,6 @@ bool Edit::set_property(const rtl::OString &rKey, const rtl::OString &rValue)
nBits |= WB_TABSTOP; nBits |= WB_TABSTOP;
else else
nBits |= WB_NOTABSTOP; nBits |= WB_NOTABSTOP;
fprintf(stderr, "tabstop is %ld\n", nBits & WB_TABSTOP);
SetStyle(nBits); SetStyle(nBits);
} }
else if (rKey == "visibility") else if (rKey == "visibility")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment