update tasks

This commit is contained in:
2023-12-05 20:03:19 -07:00
parent bb122be319
commit c6e10bfdad
2 changed files with 20 additions and 21 deletions

View File

@@ -672,7 +672,6 @@ export default class ProjectViewView extends Vue {
domainForWebsite(url: string) {
try {
const hostname = new URL(url).hostname;
console.log("hostname", hostname);
if (!hostname) {
// happens for non-http URLs
return url;