fix to customer issue, desktop
diff --git a/patches/november_2012/customer_issue_allocated_to_assigned.py b/patches/november_2012/customer_issue_allocated_to_assigned.py
index 3d870e9..fa87262 100644
--- a/patches/november_2012/customer_issue_allocated_to_assigned.py
+++ b/patches/november_2012/customer_issue_allocated_to_assigned.py
@@ -8,7 +8,6 @@
 	webnotes.conn.sql("""delete from tabComment where comment like '%Form/Customer Issue%'""")
 	for t in webnotes.conn.sql("""select * from `tabCustomer Issue` 
 		where ifnull(allocated_to, '')!='' and ifnull(status, "")="Open" """, as_dict=1):
-		print t
 		add({
 			'doctype': "Customer Issue",
 			'name': t['name'],