Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Remove debug print line
· 1090fe0b
ynerant
authored
Apr 26, 2020
1090fe0b
Hide whitespace changes
Inline
Side-by-side
apps.py
View file @
1090fe0b
...
...
@@ -10,5 +10,4 @@ class ScriptsConfig(AppConfig):
def
ready
(
self
):
from
.
import
signals
print
(
"
scripts are ready
"
)
got_request_exception
.
connect
(
signals
.
send_mail_on_exception
)