File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ def main(args):
148148 # -----------
149149 # Input
150150 # -----------
151- logging .info (f'Generating features for { args .left_pdb_filepath } and { args .right_pdb_filepath } ' )
152151 input_dataset = InputDataset (left_pdb_filepath = args .left_pdb_filepath ,
153152 right_pdb_filepath = args .right_pdb_filepath ,
154153 input_dataset_dir = args .input_dataset_dir ,
Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ def main(argv):
196196 # -----------
197197 # Input
198198 # -----------
199- logging .info (f'Generating features for { args .left_pdb_filepath } and { args .right_pdb_filepath } ' )
200199 input_dataset = InputDataset (left_pdb_filepath = FLAGS .left_pdb_filepath ,
201200 right_pdb_filepath = FLAGS .right_pdb_filepath ,
202201 input_dataset_dir = FLAGS .input_dataset_dir ,
You can’t perform that action at this time.
0 commit comments