Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
cafadev committed Jul 28, 2024
1 parent 9f5aa3e commit b3357d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/common/http/axioma/value-objects/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export class Url {
private parseUrl() {
let result: string

console.log('this.url', this.url)

if (this.url.endsWith('/'))
result = [this.url + String(this.lookupValue ?? ''), ''].join('/')

Expand Down

0 comments on commit b3357d9

Please sign in to comment.