Skip to content

Commit 7edf97b

Browse files
authored
Merge pull request #33 from SWMTheFirstTake/dev
필요 없는 파일, 태그, 로그 삭제..
2 parents d0a456c + 4a7bd19 commit 7edf97b

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export default function RootLayout({
8080
return (
8181
<html lang="ko">
8282
<head>
83-
<link rel="manifest" href="/manifest.json" />
8483
<meta name="theme-color" content="#27548a" />
8584
<meta name="apple-mobile-web-app-capable" content="yes" />
8685
<meta name="apple-mobile-web-app-status-bar-style" content="default" />

app/robot.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/robots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MetadataRoute } from 'next';
1+
import type { MetadataRoute } from 'next';
22

33
export default function robots(): MetadataRoute.Robots {
44
return {

src/queries/useChatMessage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const useChatMessage = () => {
3131

3232
// chat message accumulating
3333
useEffect(() => {
34-
console.log(chatId, queryResult);
3534
if (!chatId || status !== 'success' || queryResult.status === 'fail') {
3635
//if (queryResult?.status == 'fail') console.error(queryResult?.message);
3736
return;

0 commit comments

Comments
 (0)