File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
tableau_utilities/scripts Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,6 @@ def main():
478478 # Set absolute path of the additional config, if it exists and is not already absolute
479479 if args .command == 'merge_config' and args .merged_config and not os .path .isabs (args .merged_config ):
480480 args .merged_config = os .path .abspath (args .merged_config )
481- print (args .merged_config )
482481
483482 # Set absolute path of the column config to apply, if it exists and is not already absolute
484483 if args .command == 'apply_configs' and args .column_config and not os .path .isabs (args .column_config ):
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ def merge_configs(args, server=None):
195195
196196 # Merge 2 configs
197197 if merge_with == 'config' :
198- print ('path' , merged_config_path )
199198 read_merge_write (existing_config_path = existing_config_path ,
200199 additional_config_path = additional_config_path ,
201200 output_config_path = merged_config_path ,
You can’t perform that action at this time.
0 commit comments