Remove debuger

This commit is contained in:
Cal W 2024-10-18 00:03:51 +10:00
parent bdf25d5736
commit 67f4872e2b

View File

@ -193,7 +193,6 @@ def load_data(data_path: str, data={}) -> dict:
# Get the canny-args
cArgs = dataInfo["canny-args"]
doCannyPlot = False
doCannyPlot = i > 0 and x2_shot == "x2s5827"
if i in range(len(cArgs)):
sigma = cArgs[i]["sigma"]
post_pres = cArgs[i]["post_pres"]