Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Kuzmin, Vadim Vohmjanin committed Aug 24, 2023
1 parent b3fefc7 commit 160712b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
export const url = process.env.TEST_URL ?? 'http://localhost:8080'
export const projectGithub = process.env.PROJECT_GITHUB
if (!!projectGithub) console.log('PGITHUB2', projectGithub?.substring(0, 10))
if (!!projectGithub) console.log('PGITHUB2', projectGithub?.substring(10, projectGithub.length))

0 comments on commit 160712b

Please sign in to comment.