From 2ef086a02837670c21de65e8d33fa17fe1d8ef59 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 26 Jan 2015 16:26:28 -0200 Subject: [PATCH] Cosmetic fix in crowdin script --- src/Tools/updatecrowdin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tools/updatecrowdin.py b/src/Tools/updatecrowdin.py index c53f4d9d3..9d6afd8c3 100755 --- a/src/Tools/updatecrowdin.py +++ b/src/Tools/updatecrowdin.py @@ -173,7 +173,6 @@ if __name__ == "__main__": c.setopt(pycurl.WRITEFUNCTION, b.write) c.perform() c.close() - print b.getvalue() handler = ResponseHandler() xml.sax.parseString(b.getvalue(),handler) print handler.data