You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2023/11/16 21:26:56 UTC

(incubator-sdap-nexus) branch SDAP-500 updated: removed debugging line

This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch SDAP-500
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/SDAP-500 by this push:
     new 3677c11  removed debugging line
3677c11 is described below

commit 3677c11db7b9346933a185f5129fd670234cd4ca
Author: skorper <st...@gmail.com>
AuthorDate: Thu Nov 16 13:26:48 2023 -0800

    removed debugging line
---
 analysis/webservice/algorithms/doms/ResultsRetrieval.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/analysis/webservice/algorithms/doms/ResultsRetrieval.py b/analysis/webservice/algorithms/doms/ResultsRetrieval.py
index cdec929..f03c1ca 100644
--- a/analysis/webservice/algorithms/doms/ResultsRetrieval.py
+++ b/analysis/webservice/algorithms/doms/ResultsRetrieval.py
@@ -45,8 +45,6 @@ class DomsResultsRetrievalHandler(BaseDomsHandler.BaseDomsQueryCalcHandler):
 
         simple_results = computeOptions.get_boolean_arg("simpleResults", default=False)
 
-        filename = computeOptions.get_argument("filename", default=None)
-
         with ResultsStorage.ResultsRetrieval(self.config) as storage:
             params, stats, data = storage.retrieveResults(execution_id, trim_data=simple_results, page_num=page_num, page_size=page_size)