Skip to content

Commit

Permalink
Remove bullshit log message
Browse files Browse the repository at this point in the history
  • Loading branch information
strycore committed Jan 23, 2021
1 parent 63ff3b6 commit b007895
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/lutris
Expand Up @@ -47,9 +47,7 @@ try:
"LOCALE_DIR: %s\n" % optional_settings.LOCALE_DIR
)
except ImportError:
sys.stderr.write(
"Unable to load locale dir, translations won't work.\n"
)
pass

from lutris.gui.application import Application # pylint: disable=no-name-in-module

Expand Down

0 comments on commit b007895

Please sign in to comment.