diff options
-rwxr-xr-x | bitbake/lib/toaster/toastergui/views.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 98d21f4046..c8ff693ae6 100755 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -2072,14 +2072,6 @@ if True: | |||
2072 | ] | 2072 | ] |
2073 | } | 2073 | } |
2074 | }, | 2074 | }, |
2075 | {'name': 'Log', | ||
2076 | 'dclass': "span4", | ||
2077 | 'qhelp': "Path to the build main log file", | ||
2078 | 'clclass': 'log', 'hidden': 1, | ||
2079 | 'orderfield': _get_toggle_order(request, "cooker_log_path"), | ||
2080 | 'ordericon':_get_toggle_order_icon(request, "cooker_log_path"), | ||
2081 | 'orderkey' : 'cooker_log_path', | ||
2082 | }, | ||
2083 | {'name': 'Time', 'clclass': 'time', 'hidden' : 1, | 2075 | {'name': 'Time', 'clclass': 'time', 'hidden' : 1, |
2084 | 'qhelp': "How long it took the build to finish", | 2076 | 'qhelp': "How long it took the build to finish", |
2085 | 'orderfield': _get_toggle_order(request, "timespent", True), | 2077 | 'orderfield': _get_toggle_order(request, "timespent", True), |