Skip to content

Commit c2feca4

Browse files
committed
Removed debug code
1 parent 452e64f commit c2feca4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/widgets/simple/Label.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ namespace lsp
170170
void Label::draw(ws::ISurface *s, bool force)
171171
{
172172
// Form the text string
173-
if (tag()->get() == 666)
174-
lsp_trace("debug");
175-
176173
LSPString text;
177174
sText.format(&text);
178175
sTextAdjust.apply(&text);
@@ -356,9 +353,6 @@ namespace lsp
356353

357354
void Label::size_request(ws::size_limit_t *r)
358355
{
359-
if (tag()->get() == 666)
360-
lsp_trace("debug");
361-
362356
r->nMinWidth = 0;
363357
r->nMinHeight = 0;
364358
r->nMaxWidth = -1;

0 commit comments

Comments
 (0)