From 150de9ed6f999cd1f7b6630013db15d1d3ce9af3 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Fri, 30 Jun 2017 17:03:09 +0200 Subject: [PATCH] Revert "Added Dev_commands to the Sentry logger (#826)" (#831) This reverts commit b483e24e3365e757bcf6068c605597b155f80802. --- core/sentry_setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sentry_setup.py b/core/sentry_setup.py index 710a4cf23..84d825387 100644 --- a/core/sentry_setup.py +++ b/core/sentry_setup.py @@ -19,7 +19,6 @@ include_paths = ( 'cogs.streams', 'cogs.trivia', 'cogs.utils', - 'core.dev_commands', 'tests.core.test_sentry', 'main', 'launcher'