remove debug (bug #1196755)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-05-20 23:24:13 +00:00
commit 6ac7bd813b

View file

@ -332,7 +332,6 @@ SWIG_Tcl_GetConstant(const char *key) {
if (entryPtr) {
return (Tcl_Obj *) Tcl_GetHashValue(entryPtr);
}
printf("Searching %s\n", key);
return 0;
}