@@ -364,7 +364,7 @@ def txt_format(configuration, ret_val, ret_msg, out_obj):
364
364
header = [['ID' , 'Path' ]]
365
365
optional_cols = [('access' , 'Access' ), ('created' , 'Created' ),
366
366
('active' , 'Active' ), ('owner' , 'Owner' ),
367
- ('invites' , 'Invites' ), ('expire' , 'Expire' ),
367
+ ('invites' , 'Invites' ), ('expire' , 'Expire' ),
368
368
('single_file' , 'Single file' ),
369
369
]
370
370
content_keys = ['share_id' , 'path' ]
@@ -2740,8 +2740,8 @@ def file_format(configuration, ret_val, ret_msg, out_obj):
2740
2740
content_type = val
2741
2741
if content_type in ('text/plain' , 'text/html' ):
2742
2742
render_text , render_errors = True , True
2743
- _logger .debug ("render output in file_format: %s (%s %s)" %
2744
- (out_obj , render_text , render_errors ))
2743
+ # _logger.debug("render output in file_format: %s (%s %s)" %
2744
+ # (out_obj, render_text, render_errors))
2745
2745
for entry in out_obj :
2746
2746
if entry ['object_type' ] == 'file_output' :
2747
2747
for line in entry ['lines' ]:
0 commit comments