remove debug printout
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11948 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
cd317b3f1c
commit
163d15e2e3
1 changed files with 0 additions and 1 deletions
|
|
@ -158,7 +158,6 @@ static int is_directory(String *directory) {
|
|||
} else {
|
||||
statres = stat(dir, &st);
|
||||
}
|
||||
Printf(stdout, "is_directory %d %s\n", (statres == 0 && S_ISDIR(st.st_mode)), dir);
|
||||
return (statres == 0 && S_ISDIR(st.st_mode));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue