Skip to content

Commit 0130306

Browse files
committed
Removed debug print statement. shannah#23
1 parent 473221a commit 0130306

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ca/weblite/objc/mappers/StringMapping.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public class StringMapping implements TypeMapping{
1515
/** {@inheritDoc} */
1616
@Override
1717
public Object cToJ(Object cVar, String signature, TypeMapping root) {
18-
System.out.println("Mapping string from cVar");
1918
return new Pointer((Long)cVar).getString(0);
2019
}
2120

0 commit comments

Comments
 (0)