useDocumentTitle: remove console.log

This commit is contained in:
Sidney Alcantara
2021-09-21 11:43:37 +10:00
parent e4b436c079
commit fed796fc30

View File

@@ -3,7 +3,6 @@ import { name } from "@root/package.json";
export default function useDocumentTitle(projectId: string, title?: string) {
useEffect(() => {
console.log("set document title", projectId);
document.title = [
title,
projectId,