diff --git a/property-pull.py b/property-pull.py
index c4eb892aa5f5712ccf399a958a61c61a20168797..4ec678dfd481b618c44d2a1d3845455fc74273c7 100644
--- a/property-pull.py
+++ b/property-pull.py
@@ -76,8 +76,7 @@ def pull_histogram(_start_time, _end_time, _device):
 
     df.printSchema()
 
-    df_columns = df.columns
-    print(df_columns)
+    # df_columns = df.columns
 
     # Process hg array data
     array_dataset_hg = df.select("histogram_hg_com.elements")