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