Skip to content

Commit 7658057

Browse files
committed
comments
1 parent cf6a0c0 commit 7658057

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tableau_utilities/scripts/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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):

tableau_utilities/scripts/merge_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)