Remove calls to debug method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2007-08-20 01:19:18 +00:00
parent 85b36eece3
commit 7baadf2e7c
3 changed files with 56 additions and 32 deletions

View file

@ -61,7 +61,6 @@
{
if([aDecoder allowsKeyedCoding])
{
NSLog(@"%@-%@",self,[aDecoder keyMap]);
ASSIGN(_declared_keys,[aDecoder decodeObjectForKey: @"NSDeclaredKeys"]);
}
else