verbose is now off by default.
[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];