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
1=== modified file 'modules/Ubuntu/Components/plugin/suffixtree.cpp'
2--- modules/Ubuntu/Components/plugin/suffixtree.cpp 2012-12-11 11:34:39 +0000
3+++ modules/Ubuntu/Components/plugin/suffixtree.cpp 2013-01-15 13:30:31 +0000
4@@ -62,7 +62,6 @@
5 if (!styleClass.isEmpty())
6 result += "." + styleClass;
7 else if (!className.isEmpty()) {
8- qDebug() << "use" << className;
9 result += '.' + className;
10 }
11 if (((sensitivity & IgnoreStyleId) != IgnoreStyleId) && !styleId.isEmpty())

Subscribers

People subscribed via source and target branches

to status/vote changes: