comment travis ci broken line

This commit is contained in:
Hamed Masafi 2018-01-15 17:50:26 +03:30
parent e7bf523efd
commit 2a1b2766ab
1 changed files with 2 additions and 2 deletions

View File

@ -281,8 +281,8 @@ QString SqlGeneratorBase::join(const QStringList &list, QStringList *order)
order->append(mainTable + "." + rel->localColumn);
} else {
qInfo("Relation for %s and %s not exists",
qPrintable(table), qPrintable(mainTable));
// qInfo("Relation for %s and %s not exists",
// qPrintable(table), qPrintable(mainTable));
}
}