Merge lp:~zsombi/ubuntu-ui-toolkit/suffixtree-debug into lp:ubuntu-ui-toolkit

Proposed by Zsombor Egri
Status: Merged
Approved by: Tim Peeters
Approved revision: 286
Merged at revision: 286
Proposed branch: lp:~zsombi/ubuntu-ui-toolkit/suffixtree-debug
Merge into: lp:ubuntu-ui-toolkit
Diff against target: 11 lines (+0/-1)
1 file modified
modules/Ubuntu/Components/plugin/suffixtree.cpp (+0/-1)
To merge this branch: bzr merge lp:~zsombi/ubuntu-ui-toolkit/suffixtree-debug
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu SDK team Pending
Review via email: mp+143303@code.launchpad.net

Commit message

Rogue qDebug() log removed.

Description of the change

Rogue qDebug() log removed.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'modules/Ubuntu/Components/plugin/suffixtree.cpp'
--- modules/Ubuntu/Components/plugin/suffixtree.cpp 2012-12-11 11:34:39 +0000
+++ modules/Ubuntu/Components/plugin/suffixtree.cpp 2013-01-15 13:30:31 +0000
@@ -62,7 +62,6 @@
62 if (!styleClass.isEmpty())62 if (!styleClass.isEmpty())
63 result += "." + styleClass;63 result += "." + styleClass;
64 else if (!className.isEmpty()) {64 else if (!className.isEmpty()) {
65 qDebug() << "use" << className;
66 result += '.' + className;65 result += '.' + className;
67 }66 }
68 if (((sensitivity & IgnoreStyleId) != IgnoreStyleId) && !styleId.isEmpty())67 if (((sensitivity & IgnoreStyleId) != IgnoreStyleId) && !styleId.isEmpty())

Subscribers

People subscribed via source and target branches

to status/vote changes: