fix(netlify): remove unnecessary logging

This commit is contained in:
Harsh Shandilya 2022-10-26 13:11:48 +05:30
parent 3b7f37242e
commit 829012df15
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ const APS_GITHUB_URL = `https://github.com/${APS_SLUG}/${APS_SLUG}`;
export default async (request: Request, context: Context) => {
const url = new URL(request.url);
const urlParts = url.pathname.split("/").filter(entry => entry != "");
context.log(urlParts);
switch (urlParts[0]) {
case "g":
switch (urlParts.length) {