Skip to content

Commit 61de18c

Browse files
committed
Update data_processor.py
1 parent a4c5504 commit 61de18c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pownet/core/data_processor.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,7 @@ def load_transmission_data(self) -> None:
7272
print("DEBUGGING")
7373
print(os.getcwd())
7474
print(get_database_dir())
75-
cur_path = os.path.dirname(os.path.abspath(__file__))
76-
print(cur_path)
77-
src_path = os.path.dirname(cur_path)
78-
print(os.listdir(src_path))
75+
print(get_database_dir())
7976
print("End of debugging")
8077

8178
self.transmission_params: dict = (

0 commit comments

Comments
 (0)