From 33ebdabc07d356010e195b527d990834ae091466 Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 16 Sep 2021 11:18:30 -0700 Subject: [PATCH] remove debugging output from plots.py --- pythonHelpers/plots.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pythonHelpers/plots.py b/pythonHelpers/plots.py index feed6fb..2d356e4 100644 --- a/pythonHelpers/plots.py +++ b/pythonHelpers/plots.py @@ -1,10 +1,6 @@ import matplotlib.pyplot as plt import pandas as pd -from pathlib import Path - -for path in Path(".").iterdir(): - print(path) plt.style.use("ggplot")