Skip to content

Commit 1e6e9e7

Browse files
committed
Remove not needed comment
1 parent 9d8618f commit 1e6e9e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vxapi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def run(self):
342342
raise ReachedApiLimitError('Exceeded maximum API requests per {}({}). Please try again later.'.format(api_limits['name_of_reached_limit'], api_limits['used'][api_limits['name_of_reached_limit']]))
343343

344344
if arg_iter['verbose'] is True:
345-
# if arg_iter['chosen_action'] != ACTION_KEY_CURRENT and (if_multiple_calls is False or index == 0) and 'used' in api_limits:
346345
if (if_multiple_calls is False or index == 0) and 'used' in api_limits:
347346
CliMsgPrinter.print_usage_info(**self.prepare_api_query_usage_data(api_limits))
348347

0 commit comments

Comments
 (0)