Remove left over debug output line.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27523 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-01-05 18:21:19 +00:00
parent feac9aea4a
commit ea28f55ad6

View file

@ -89,7 +89,6 @@ static id shared = nil;
if (value)
[values setObject: value forKey: key];
}
NSLog(@"returning %@ for key %@", value, key);
return value;
}