comment out kDebugs - change some to kWarnings

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148447
This commit is contained in:
Kurt Hindenburg
2010-07-10 17:22:28 +00:00
parent 7d2e41ce7c
commit 6b2440e2c2
8 changed files with 12 additions and 12 deletions

View File

@@ -114,7 +114,7 @@ const Block* BlockArray::at(size_t i)
return lastmap;
if (i > index) {
kDebug(1211) << "BlockArray::at() i > index\n";
//kDebug(1211) << "BlockArray::at() i > index\n";
return 0;
}