JSDOC/BuildDocs.js
[gnome.introspection-doc-generator] / File.js
diff --git a/File.js b/File.js
index 1aca881..77777ba 100755 (executable)
--- a/File.js
+++ b/File.js
@@ -173,7 +173,7 @@ var File = {
      */
     mkdir : function (destPath) {
         var dest = Gio.file_new_for_path(String(destPath));
-        print("MAKE : " + destPath);
+        
         return dest.make_directory(null, null);
     },
     /**