Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekar committed Dec 4, 2023
1 parent 435fc6c commit 0d74496
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gui/control_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4500,9 +4500,6 @@ def fillRequestParameters(self, reqObj):
energy_s = str(daq_utils.wave2energy(reqObj["wavelength"], digits=6))
dist_s = str(reqObj["detDist"])
self.detDistMotorEntry.getEntry().setText(str(dist_s))
# self.dataPathGB.setFilePrefix_ledit(str(reqObj["file_prefix"]))
# self.dataPathGB.setBasePath_ledit(str(reqObj["basePath"]))
# self.dataPathGB.setDataPath_ledit(str(reqObj["directory"]))

def refreshCollectionParams(self, selectedSampleRequest, validate_hdf5=True):
reqObj = selectedSampleRequest["request_obj"]
Expand Down

0 comments on commit 0d74496

Please sign in to comment.