From bdf5264bcffe82ad0f3da5e02dbd6c7a43ef0c2d Mon Sep 17 00:00:00 2001 From: rasmusvt Date: Fri, 10 Sep 2021 16:53:28 +0200 Subject: [PATCH] Remove uncessary test prints from io.py --- beamtime/electrochemistry/plot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beamtime/electrochemistry/plot.py b/beamtime/electrochemistry/plot.py index 514b463..d820b59 100644 --- a/beamtime/electrochemistry/plot.py +++ b/beamtime/electrochemistry/plot.py @@ -1,5 +1 @@ import matplotlib.pyplot as plt - -print('test') - -print('test2') \ No newline at end of file