Commit d3b415d6 authored by Remi Hardy's avatar Remi Hardy

commented out printing of object attributes (debug)

parent 8c9501b6
...@@ -3525,10 +3525,10 @@ if py_param_file_present == True: ...@@ -3525,10 +3525,10 @@ if py_param_file_present == True:
AssignParams(py_params) AssignParams(py_params)
#for debug #for debug
print(RAN.__dict__) #print(RAN.__dict__)
print(CiTestObj.__dict__) #print(CiTestObj.__dict__)
print(HTML.__dict__) #print(HTML.__dict__)
print(ldpc.__dict__) #print(ldpc.__dict__)
#for debug #for debug
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment