chore: remove unused code

This commit is contained in:
liyasthomas
2021-06-15 06:34:21 +05:30
parent b357dc8e2f
commit 0cedc9ed51
27 changed files with 5 additions and 328 deletions

View File

@@ -637,10 +637,6 @@
<SmartTab :id="'env'" :label="$t('environments')">
<Environments />
</SmartTab>
<SmartTab :id="'notes'" :label="$t('notes')">
<HttpNotes />
</SmartTab>
</SmartTabs>
</section>
</aside>
@@ -775,7 +771,11 @@ import runTestScriptWithVariables from "~/helpers/postwomanTesting"
import parseTemplateString from "~/helpers/templating"
import { tokenRequest, oauthRedirect } from "~/helpers/oauth"
import { cancelRunningRequest, sendNetworkRequest } from "~/helpers/network"
import { hasPathParams, addPathParamsToVariables, getQueryParams } from "~/helpers/requestParams"
import {
hasPathParams,
addPathParamsToVariables,
getQueryParams,
} from "~/helpers/requestParams"
import { parseUrlAndPath } from "~/helpers/utils/uri"
import { httpValid } from "~/helpers/utils/valid"
import {