diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
| -rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index c4f3d6bfff..74ab60462b 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
| @@ -23,11 +23,6 @@ | |||
| 23 | 23 | ||
| 24 | import os, re | 24 | import os, re |
| 25 | 25 | ||
| 26 | # Temporary toggle for Image customisation | ||
| 27 | CUSTOM_IMAGE = False | ||
| 28 | if os.environ.get("CUSTOM_IMAGE", None) is not None: | ||
| 29 | CUSTOM_IMAGE = True | ||
| 30 | |||
| 31 | DEBUG = True | 26 | DEBUG = True |
| 32 | TEMPLATE_DEBUG = DEBUG | 27 | TEMPLATE_DEBUG = DEBUG |
| 33 | 28 | ||
