Skip to content

Commit 526ceff

Browse files
committed
remove print
1 parent 0cce9bb commit 526ceff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyhdx/batch_processing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ class LoadHDMeasurementSetTask(Task):
147147
out = param.ClassSelector(HDXMeasurementSet)
148148

149149
def execute(self, *args, **kwargs):
150-
print(self.cwd)
151150
state_spec = yaml.safe_load((self.cwd / self.state_file).read_text())
152151
parser = StateParser(state_spec, self.cwd, default_filters)
153152
hdxm_set = parser.load_hdxmset()

0 commit comments

Comments
 (0)