mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
useDocumentTitle: remove console.log
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user