[dataio] commenting out databuffer

This commit is contained in:
wendtalexander 2024-10-02 08:10:08 +02:00
parent 815838eab7
commit 54f0d61fc9

View File

@ -52,7 +52,7 @@ class PyRelacs(QMainWindow):
self.threadpool = QThreadPool()
self.repros = Repro()
self.buffers = DataBuffer(channels=1, samples=100_000)
# self.buffers = DataBuffer(channels=1, samples=100_000)
self.text = QPlainTextEdit()
self.text.setReadOnly(True)