summaryrefslogtreecommitdiff
path: root/portato.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato.py')
-rwxr-xr-xportato.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/portato.py b/portato.py
index bffccec..f426192 100755
--- a/portato.py
+++ b/portato.py
@@ -101,8 +101,6 @@ def main ():
rw = shm.create_semaphore(InitialValue = 1, permissions = 0600)
additional = []
- if options.check:
- additional.append("--check")
if options.frontend:
additional.extend(["--frontend", options.frontend])