removed fucking qInfo !!!

This commit is contained in:
Hamed Masafi 2018-02-26 13:58:01 +03:30
parent afc22008e2
commit 84e219f6b3
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ Q_OUTOFLINE_TEMPLATE Query<T> *Query<T>::join(const QString &className)
.relationByClassNames(className, d->className);
if (!rel) {
qInfo() << "No relation between" << d->className
qDebug() << "No relation between" << d->className
<< "and" << className;
return this;
}