svn path=/trunk/KDE/kdelibs/; revision=952065
This commit is contained in:
Sebastian Kügler 2009-04-10 20:05:37 +00:00
parent b2138871bd
commit 7e5f781abd

View File

@ -392,7 +392,7 @@ void PackageStructure::setPath(const QString &path)
if (info.isDir()) {
basePath.append(QDir::separator());
}
kDebug() << "basePath is" << basePath;
//kDebug() << "basePath is" << basePath;
} else {
kDebug() << path << "invalid, basePath is" << basePath;
return;