removed unwanted permission
diff --git a/patches/january_2013/remove_unwanted_permission.py b/patches/january_2013/remove_unwanted_permission.py
index 2c014ec..deeb1b3 100644
--- a/patches/january_2013/remove_unwanted_permission.py
+++ b/patches/january_2013/remove_unwanted_permission.py
@@ -10,5 +10,4 @@
if not doctype.doclist.get({"doctype": "DocField", "permlevel": pl}):
if doctype.doclist.get({"doctype":"DocPerm", "permlevel":pl}):
webnotes.conn.sql("""delete from `tabDocPerm`
- where parent = %s and permlevel = %s""", (dt[0], pl))
- print doctype.doc.name
\ No newline at end of file
+ where parent = %s and permlevel = %s""", (dt[0], pl))
\ No newline at end of file