Take out debug print in TServer constructor

Reviewed By: aditya

Test Plan: no print on construct


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665000 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/py/src/server/TServer.py b/lib/py/src/server/TServer.py
index 3eda283..147d075 100644
--- a/lib/py/src/server/TServer.py
+++ b/lib/py/src/server/TServer.py
@@ -18,7 +18,6 @@
       inputTransportFactory, outputTransportFactory,
       inputProtocolFactory, outputProtocolFactory)"""
   def __init__(self, *args):
-    print args
     if (len(args) == 2):
       self.__initArgs__(args[0], args[1],
                         TTransport.TTransportFactoryBase(),