| 12
 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 802e018..088eee6 100644
--- a/highleveltests/open_SLC_IW.py
+++ b/highleveltests/open_SLC_IW.py
@@ -1,4 +1,3 @@
-import pdb
 from safe_s1 import Sentinel1Reader, getconfig
 import time
 conf = getconfig.get_config()
@@ -12,4 +11,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()
 |