diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9b5941a..104b730 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. # See https://help.github.com/articles/about-code-owners/ -* @Kentico/developer-experience \ No newline at end of file +* @winklertomas @Kentico/developer-experience diff --git a/src/utils/getUrlFromMapping.js b/src/utils/getUrlFromMapping.js index de26fe1..1cee808 100644 --- a/src/utils/getUrlFromMapping.js +++ b/src/utils/getUrlFromMapping.js @@ -3,8 +3,6 @@ export function getUrlFromMappingByCodename(mappings, codename) { } export function getUrlFromMappingByPathName(mappings, pathname) { - debugger; - let unifiedPath = pathname; if (pathname.startsWith(process.env.PUBLIC_URL)) {