Skip to content

Commit

Permalink
Remove finishing debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
bweir committed Feb 14, 2016
1 parent 867826c commit 1dcc134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/propelleride/editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ void Editor::finishAutoComplete(int index)
disconnect(cbAuto,SIGNAL(activated(int)),this,SLOT(finishAutoComplete(int)));

QString text = selectAutoComplete();
// qDebug() << "finish autocomplete:" << text;

QString s = cbAuto->itemText(index);
QTextCursor cur = this->textCursor();
Expand Down

0 comments on commit 1dcc134

Please sign in to comment.