src/catedit/persistence.py
changeset 3 73b18cb88583
parent 1 83d266c0c832
child 5 259707477c10
--- a/src/catedit/persistence.py	Mon Nov 24 11:05:08 2014 +0100
+++ b/src/catedit/persistence.py	Tue Nov 25 16:24:37 2014 +0100
@@ -137,6 +137,7 @@
                                        +"/contents/"
                                        +app.config["CATEGORIES_PATH"])
             filenames_list = [ file["name"] for file in files_in_repo ]
+            # print filenames_list
         except GitHubError:
             pass
         file_content_list=[]