Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto committed Jun 24, 2023
1 parent ae2e022 commit 66c4d9f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default {
getRedirectPath () {
let pathname = window.location.pathname
pathname = pathname.replace("tools","dashboard")
debugger
return "https://app.akto.io" + pathname
},
async makeJSONWithSelectedURL(selectedUrl) {
Expand Down Expand Up @@ -277,4 +276,4 @@ export default {
gap: 8px;
}
</style>
</style>

0 comments on commit 66c4d9f

Please sign in to comment.