From 59db98abec1dd2e45fac5d9f612f8b12f0738411 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 21 Dec 2021 10:56:12 -0500 Subject: removed unnesessary prints --- qolab/data/trace.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'qolab') diff --git a/qolab/data/trace.py b/qolab/data/trace.py index 6061ad0..9630184 100644 --- a/qolab/data/trace.py +++ b/qolab/data/trace.py @@ -232,9 +232,7 @@ class TraceSetSameX(Trace): if self.x == None: self.x = tr else: - print(tr.config) self.traces[tr.config['label']]=tr - print(self.traces) def plot(self): import matplotlib.pyplot as plt -- cgit v1.2.3