Index: trunk/i386/libsaio/xml.c =================================================================== --- trunk/i386/libsaio/xml.c (revision 1101) +++ trunk/i386/libsaio/xml.c (revision 1102) @@ -1113,7 +1113,7 @@ { if(!dict) { - printf("XMLCastInteger: null dict\n"); + //printf("XMLCastInteger: null dict\n"); return 0; } if(dict->type == kTagTypeInteger) return (int)(dict->string);