From a7cd7f2bba4b143a5168767926ed5bb96c55f66c Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Mon, 30 Mar 2020 00:20:52 +0900 Subject: [PATCH] small fix --- nohang/nohang | 3 --- 1 file changed, 3 deletions(-) diff --git a/nohang/nohang b/nohang/nohang index 48d4666..441657c 100755 --- a/nohang/nohang +++ b/nohang/nohang @@ -163,7 +163,6 @@ def exe(cmd): ': {}'.format(cmd_num, round(t4 - t3, 3), exit_status)) except TimeoutExpired: proc.kill() - t4 = monotonic() log('Timeout expired for Command-{}'.format(cmd_num)) except Exception as e: log('Exception in {}: {}'.format(th_name, e)) @@ -312,8 +311,6 @@ def pop(cmd): except TimeoutExpired: proc.kill() - t4 = monotonic() - if debug_gui_notifications: log('Timeout expired for Command-{}'.format(cmd_num))