From bf5cac5fb49b819d1e4dd703bb325ea3a3613482 Mon Sep 17 00:00:00 2001 From: fahim Date: Wed, 27 May 2015 11:36:54 +0530 Subject: Subject: Removed unwanted comment and print statement Description: Removed unwanted comment and print statement --- src/ngspiceSimulation/NgspiceWidget.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ngspiceSimulation/NgspiceWidget.py') diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index a3305a78..de56359d 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -19,9 +19,7 @@ class NgspiceWidget(QtGui.QWidget): self.args = ['-into', str(self.terminal.winId()),'-hold','-e', self.command] self.process.start('xterm', self.args) - #Adding PID - #self.obj_appconfig.procThread_list.append(self.process.pid()) - + -- cgit