summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 30ec39c24f..dfa256e8ea 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1845,7 +1845,6 @@ def managedcontextprocessor(request):
1845 "projects": projects, 1845 "projects": projects,
1846 "non_cli_projects": projects.exclude(is_default=True), 1846 "non_cli_projects": projects.exclude(is_default=True),
1847 "DEBUG" : toastermain.settings.DEBUG, 1847 "DEBUG" : toastermain.settings.DEBUG,
1848 "CUSTOM_IMAGE" : toastermain.settings.CUSTOM_IMAGE,
1849 "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH, 1848 "TOASTER_BRANCH": toastermain.settings.TOASTER_BRANCH,
1850 "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION, 1849 "TOASTER_REVISION" : toastermain.settings.TOASTER_REVISION,
1851 } 1850 }