Skip to content

Commit d93ad09

Browse files
authored
Merge pull request #570 from PanDAWMS/tania_dev
comment get_task_diagnostics
2 parents 2464757 + 50aae00 commit d93ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4816,7 +4816,7 @@ def taskInfo(request, jeditaskid=0):
48164816
_logger.info("Loading datasets info: {}".format(time.time() - request.session['req_init_time']))
48174817

48184818
# task dignostics - checks and warnings
4819-
task = get_task_diagnostics(taskrec, datasets=dsets)
4819+
# task = get_task_diagnostics(taskrec, datasets=dsets)
48204820

48214821
# get sum of hs06sec grouped by status
48224822
# creating a jquery with timewindow

0 commit comments

Comments
 (0)