Skip to content

Commit

Permalink
sezanzeb#140 service shouldn't start with -d by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Jul 13, 2021
1 parent c7e6d8a commit 17e6c1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/key-mapper-control
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ if __name__ == '__main__':

if options.command is not None:
if options.command in INTERNALS:
options.debug = True
internals(options)
elif options.command in COMMANDS:
from keymapper.daemon import Daemon
Expand Down

0 comments on commit 17e6c1b

Please sign in to comment.