1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Fri, 10 May 2024 08:21:00 +0000
Subject: Remove set_trace
Forwarded: not-needed
---
highleveltests/open_SLC_IW.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/highleveltests/open_SLC_IW.py b/highleveltests/open_SLC_IW.py
index 1fd99c9..695d10b 100644
--- a/highleveltests/open_SLC_IW.py
+++ b/highleveltests/open_SLC_IW.py
@@ -1,4 +1,3 @@
-import pdb
import time
from safe_s1 import Sentinel1Reader, getconfig
@@ -14,4 +13,3 @@ dt = sub_reader.datatree
print("out of the reader")
print(dt)
print("time to read the SAFE through nfs: %1.2f sec" % elapse_t)
-pdb.set_trace()
|