Skip to content
Snippets Groups Projects
Commit 14998528 authored by armatusmiles's avatar armatusmiles
Browse files

clear debug info in DapConfig_test

parent c0996196
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ private:
QFile configFile;
private slots:
void initTestCase() {
qDebug() << "initTestCase";
configFile.setFileName(testconfigName + ".cfg");
if(!configFile.open(QIODevice::WriteOnly))
{
......@@ -90,7 +89,6 @@ private slots:
}
void cleanupTestCase() {
qDebug() << "cleanupTestCase";
configFile.remove();
dap_config_close(m_cfg);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment