From a5a67ec9a3b5594cd9776771dd5ff90898121118 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sat, 13 Feb 2021 10:59:28 -0600
Subject: [PATCH] inital commit

---
 modules/deeplearning/amv_raob.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/deeplearning/amv_raob.py b/modules/deeplearning/amv_raob.py
index f9f9cc01..71d717e2 100644
--- a/modules/deeplearning/amv_raob.py
+++ b/modules/deeplearning/amv_raob.py
@@ -740,7 +740,6 @@ def get_images(lons, lats, timestamp, channel_list, half_width, step, do_norm=Fa
             return None, None, None, None
 
         # copy from archive to local drive
-        t0 = datetime.datetime.now().timestamp()
         local_path = fC
         if COPY_GOES:
             local_path = goes_cache_dir + '/' + os.path.split(fC)[1]
-- 
GitLab