changeset 50:8bfd713e5d99

closed: small bug in export (https://otrs.mpiwg-berlin.mpg.de/otrs/index.pl?Action=AgentTicketZoom;TicketID=38)
author dwinter
date Thu, 05 Dec 2013 13:24:43 +0100
parents 0610142a2550
children 5d636ba6b9cb
files MPIWGThesaurus.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGThesaurus.py	Thu Dec 05 13:21:00 2013 +0100
+++ b/MPIWGThesaurus.py	Thu Dec 05 13:24:43 2013 +0100
@@ -287,7 +287,7 @@
                     logging.debug(tagsOfType)
                     tagsOfType.add(subTag.decode('utf-8'))
                                   
-                    logging.debug("Adding %s to %s"%(subTag,projectID))
+                    #logging.debug("Adding %s to %s"%(subTag,projectID))
                     project.tags[tag]=tagsOfType
                     
                     projectTags[projectID]=project