debug messages removed

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6131 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-08-24 21:42:15 +00:00
commit 7f5dcf3b65

View file

@ -6,10 +6,6 @@
%inline
%{
int nfile(FILE *file) {
printf("hello %p\n", (void*)file);
if (file) {
// fprintf(file,"hello\n");
}
return 0;
}