fixed space->m bug, removed x1,y1,x2,y2 fields in swf_output
[swftools.git] / lib / python / pyutils.c
index f926bd7..a89b287 100644 (file)
@@ -20,7 +20,7 @@ char* setError(char*format, ...)
     return strdup(buf);
 }
 
-int verbose = 1;
+static int verbose = 0;
 void mylog(char*format, ...)
 {
     char buf[1024];