diff options
Diffstat (limited to '')
-rw-r--r-- | cts/cts-log-watcher.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cts/cts-log-watcher.in b/cts/cts-log-watcher.in index cee9c94..a12ecfa 100644 --- a/cts/cts-log-watcher.in +++ b/cts/cts-log-watcher.in @@ -43,9 +43,6 @@ if __name__ == '__main__': skipthis=1 prefix = args[i+1] - elif args[i] == '-t' or args[i] == '--tag': - skipthis=1 - if not os.access(filename, os.R_OK): print(prefix + 'Last read: %d, limit=%d, count=%d - unreadable' % (0, limit, 0)) sys.exit(1) |