added comments to the ocde

Change-Id: Idd6d23dccfdcc90ce7a80c3e3cafc4da8fc85357
diff --git a/irish2tei.py b/irish2tei.py
index 84c908c..9cffd67 100644
--- a/irish2tei.py
+++ b/irish2tei.py
@@ -80,13 +80,13 @@
         title = ET.SubElement(titleStmt, "title")
         title.text = titles.text
         
-        print(textSigle.text, end='\n')
+        #print(textSigle.text, end='\n')
         
-
+        #adding changes to detect multiple authors
         for author in authors :
             hauthor = ET.SubElement(analytic, "h.author")
             hauthor.text = author.text
-            print(hauthor.text, end='\n')
+            #print(hauthor.text, end='\n')
         imprint = ET.SubElement(sourceDesc, "imprint")
         pubDateYear = ET.SubElement(imprint, "pubDate")
         pubDateYear.set("type", "year")