Skip to content

Commit

Permalink
Merge pull request #82 from utopia-os/reorganize-map-and-layer
Browse files Browse the repository at this point in the history
fix(source): removed some logging
  • Loading branch information
antontranelis authored Jan 29, 2025
2 parents c3edabd + 6004ca0 commit b0e952c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Utils/ContainsUUID.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
export function containsUUID(str: string): boolean {
const uuidRegex = /[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/i
// eslint-disable-next-line no-console
uuidRegex.test(str) && console.log('contains UUID')
return uuidRegex.test(str)
}

0 comments on commit b0e952c

Please sign in to comment.