mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 10:21:55 +00:00
feat: Effects that shouldn't be needed removed from utils
This commit is contained in:
@@ -10,7 +10,6 @@ export const getHostname = (url: string): HostName | null => {
|
||||
if (!founds) return null
|
||||
const parts = founds.split("@")
|
||||
const last = parts[parts.length - 1] as HostName | null
|
||||
console.log({ url, parts, founds, last })
|
||||
return last
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user