From 43663331f19addc7e97d27b8fa061dc44697b52d Mon Sep 17 00:00:00 2001 From: rasmusvt Date: Tue, 2 Aug 2022 13:49:09 +0200 Subject: [PATCH] Remove print statement --- nafuma/electrochemistry/io.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nafuma/electrochemistry/io.py b/nafuma/electrochemistry/io.py index a29d4a0..eec472b 100644 --- a/nafuma/electrochemistry/io.py +++ b/nafuma/electrochemistry/io.py @@ -284,8 +284,6 @@ def process_neware_data(df, options={}): df = unit_conversion(df=df, options=options) # converts all units from the old units to the desired units - print(df.iloc[1:10]) - if options['increment_cycles_from']: df['cycle'].iloc[options['increment_cycles_from']:] += 1