mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove accidentally-committed log statements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc0d933256
commit
999a0cb544
1 changed files with 0 additions and 2 deletions
|
@ -104,8 +104,6 @@ static inline void *pointerFunctionsRead(PFInfo *PF, void **addr)
|
|||
{
|
||||
return WEAK_READ((id*)addr);
|
||||
}
|
||||
NSLog(@"Reading from %p", addr);
|
||||
NSLog(@"Value: %p", *addr);
|
||||
return *addr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue