killed superflous debug message
authorOliver Maurhart <oliver.maurhart@ait.ac.at>
Tue, 30 Sep 2014 11:41:41 +0200
changeset 229f22e020c10e1
parent 228 0672e435d564
child 230 d2d4421e42ed
killed superflous debug message
OpenSecurity/bin/opensecurity_client_restful_server.py
     1.1 --- a/OpenSecurity/bin/opensecurity_client_restful_server.py	Tue Sep 30 11:27:15 2014 +0200
     1.2 +++ b/OpenSecurity/bin/opensecurity_client_restful_server.py	Tue Sep 30 11:41:41 2014 +0200
     1.3 @@ -739,7 +739,6 @@
     1.4      background ... cease into background (spawn thread) and return immediately"""
     1.5  
     1.6      # start threaded or direct version
     1.7 -    print('background=%s' % (str(background)))
     1.8      if background == True:
     1.9          t = RESTServerThread(port)
    1.10          t.start()