From 73b939b6433545ec462f17aa56a3d596aa9a7f63 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 3 Oct 2021 19:36:17 +0200 Subject: [PATCH] Removed unused prints --- source/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/__init__.py b/source/__init__.py index aedcba7..1fa414c 100644 --- a/source/__init__.py +++ b/source/__init__.py @@ -1,5 +1,3 @@ -print('at init') - import sys sys.path.append('/home/pi/brewLogger/source') -print('added to source') +