removed fucking qInfo !!!
This commit is contained in:
parent
afc22008e2
commit
84e219f6b3
|
|
@ -419,7 +419,7 @@ Q_OUTOFLINE_TEMPLATE Query<T> *Query<T>::join(const QString &className)
|
||||||
.relationByClassNames(className, d->className);
|
.relationByClassNames(className, d->className);
|
||||||
|
|
||||||
if (!rel) {
|
if (!rel) {
|
||||||
qInfo() << "No relation between" << d->className
|
qDebug() << "No relation between" << d->className
|
||||||
<< "and" << className;
|
<< "and" << className;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue