diff --git a/butterfly/__init__.py b/butterfly/__init__.py index 30cd46c..a2d1f30 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '1.4.2' +__version__ = '1.4.3' import os diff --git a/butterfly/routes.py b/butterfly/routes.py index ab7c9fa..ce53b69 100644 --- a/butterfly/routes.py +++ b/butterfly/routes.py @@ -179,8 +179,6 @@ class TermWebSocket(Route, tornado.websocket.WebSocketHandler): os.execvpe(args[0], args, env) def communicate(self): - self.log.info('PTY forked : %s (%s)' % ( - os.ttyname(self.fd), os.ctermid())) fcntl.fcntl(self.fd, fcntl.F_SETFL, os.O_NONBLOCK) def utf8_error(e):