mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-06-04 01:28:58 -04:00
Remove unnecessary log
This commit is contained in:
parent
e3a2b5a64c
commit
938636ab48
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Name" : "QodeAssist",
|
"Name" : "QodeAssist",
|
||||||
"Version" : "0.1.2",
|
"Version" : "0.1.3",
|
||||||
"CompatVersion" : "${IDE_VERSION_COMPAT}",
|
"CompatVersion" : "${IDE_VERSION_COMPAT}",
|
||||||
"Vendor" : "Petr Mironychev",
|
"Vendor" : "Petr Mironychev",
|
||||||
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
|
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
|
||||||
|
@ -65,12 +65,6 @@ void ChangesManager::addChange(TextEditor::TextDocument *document,
|
|||||||
documentQueue.dequeue();
|
documentQueue.dequeue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logMessage(QString("ChangesManager: Updated %1 line %2: '%3'")
|
|
||||||
.arg(fileName)
|
|
||||||
.arg(lineNumber)
|
|
||||||
.arg(lineContent));
|
|
||||||
logMessage(QString("ChangesManager: Document queue size %1").arg(documentQueue.size()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QString ChangesManager::getRecentChangesContext(const TextEditor::TextDocument *currentDocument) const
|
QString ChangesManager::getRecentChangesContext(const TextEditor::TextDocument *currentDocument) const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user