Skip to content

Commit 392b69c

Browse files
committed
Removing print statement and extra imported module
1 parent 18de914 commit 392b69c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

openmc_plotter/plotgui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def contextMenuEvent(self, event):
441441
def generatePixmap(self, update=False):
442442
if self.frozen:
443443
return
444-
print('Calling gen plot')
444+
445445
self.model.generatePlot()
446446
if update:
447447
self.updatePixmap()

openmc_plotter/plotmodel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import copy
44
import itertools
55
import threading
6-
import traceback
76

87
from PySide2.QtWidgets import QItemDelegate, QColorDialog, QLineEdit, QMessageBox
98
from PySide2.QtCore import QAbstractTableModel, QModelIndex, Qt, QSize, QEvent

0 commit comments

Comments
 (0)