From 047836760ae88d306e48b96441bcb2977a95d2cd Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sat, 19 Jun 2021 12:28:56 +0500 Subject: [PATCH] remove not needed code --- websiteFunctions/StagingSetup.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/websiteFunctions/StagingSetup.py b/websiteFunctions/StagingSetup.py index ab18d7f08..349f2f4f6 100644 --- a/websiteFunctions/StagingSetup.py +++ b/websiteFunctions/StagingSetup.py @@ -252,15 +252,6 @@ class StagingSetup(multi.Thread): logging.statusWriter(tempStatusPath, 'Completed,[200]') - http = [] - finalHTTP = [] - - for items in http: - if items.find('x-litespeed-cache') > -1 or items.find('x-lsadc-cache') > -1 or items.find('x-qc-cache') > -1: - finalHTTP.append('%s' % (items)) - else: - finalHTTP.append(items) - return 0 except BaseException as msg: mesg = '%s. [404]' % (str(msg))