From da9a75d1c66d4f53a9b52acf93c04e8390abbe3f Mon Sep 17 00:00:00 2001
From: Coda Phillips <cphillips@sean.ssec.wisc.edu>
Date: Thu, 14 Jul 2016 09:10:30 -0500
Subject: [PATCH] Remove unused line

---
 main.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main.py b/main.py
index 49707e5..497368e 100644
--- a/main.py
+++ b/main.py
@@ -22,7 +22,6 @@ levels = [
 ]
 
 def save_quality(frame, qc_path):
-    frame[['qc_percent','qc_notes','datetime']]
     ncdf = netCDF4.Dataset(qc_path, 'w')
     time = ncdf.createDimension('time', len(frame))
     base_time = ncdf.createVariable('base_time', 'i8', ())
-- 
GitLab