remove nouse debug output

This commit is contained in:
Roy Qu 2022-03-18 23:17:01 +08:00
parent 5350aea818
commit 2e77734d67
2 changed files with 0 additions and 2 deletions

View File

@ -3798,7 +3798,6 @@ void Editor::setInProject(bool newInProject)
void Editor::gotoDeclaration(const BufferCoord &pos)
{
qDebug()<<"???";
if (!parser())
return;
// Exit early, don't bother creating a stream (which is slow)

View File

@ -5713,7 +5713,6 @@ void SynEdit::ExecuteCommand(SynEditorCommand Command, QChar AChar, void *pData)
setSelectionMode(SynSelectionMode::smNormal);
break;
case SynEditorCommand::ecLineSelect:
qDebug()<<"????";
setSelectionMode(SynSelectionMode::smLine);
break;
case SynEditorCommand::ecColumnSelect: