summaryrefslogtreecommitdiff
path: root/interface/channelbank.py
diff options
context:
space:
mode:
Diffstat (limited to 'interface/channelbank.py')
-rwxr-xr-xinterface/channelbank.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/interface/channelbank.py b/interface/channelbank.py
index c7c7409..e3dec7b 100755
--- a/interface/channelbank.py
+++ b/interface/channelbank.py
@@ -125,8 +125,6 @@ class ChannelBank:
self.win.erase()
ncv = {}
cols = (self._width-4)//ChannelView.width
- with open("out.txt", 'w+') as f:
- f.write(str(cols)+'\n')
self._sscope = sorted(self.scope, key=lambda a: (a.f.id, a.id))
for n, c in enumerate(self._sscope):
row = (n // cols)*ChannelView.height + 1