mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 11:41:20 +00:00
remove NSLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@26729 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
50f3c5880d
commit
bfa326239a
1 changed files with 1 additions and 3 deletions
|
@ -1147,10 +1147,8 @@ static NSNumber *_dflt_sessionTimeOut = nil;
|
||||||
{
|
{
|
||||||
INIT_DFLT_OBJ(sessionTimeOut,
|
INIT_DFLT_OBJ(sessionTimeOut,
|
||||||
GSWOPT_SessionTimeOut[GSWebNamingConv]);
|
GSWOPT_SessionTimeOut[GSWebNamingConv]);
|
||||||
|
|
||||||
NSLog(@"%s returning %@",__PRETTY_FUNCTION__, _dflt_sessionTimeOut);
|
|
||||||
return _dflt_sessionTimeOut;
|
return _dflt_sessionTimeOut;
|
||||||
};
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue