From 9d17474e3ddb9952d5116c2d18d4c1063874053a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 17 Dec 2020 01:55:23 +0300 Subject: [PATCH] some cleanup... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 04576726..8cb2b133 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2687,12 +2687,6 @@ function(title, func){ // XXX might be a good idea to split this into a generic and domain parts // and move the generic part into types/runner... // XXX check if item is already in queue... -// XXX BUG: when chaining queues, aborting both queues works fine, aborting -// one for some reason does not lead to aborting the other... -// ...this can be fixed by clearing the queue on abort but that is -// a stub, need to figure out the real reason... -// see: .exampleChainedQueueHandler([1,2,'abort',4]) -// ...'abort' will stop pre-processing but will not prevent processing... var queueHandler = module.queueHandler = function(title, func){