mirror of
https://github.com/KDE/konsole.git
synced 2026-05-10 23:54:17 -04:00
comment out kDebugs - change some to kWarnings
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148447
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user