Skip to content

Commit 457aafc

Browse files
authored
removed console logs
1 parent 078d7af commit 457aafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/alan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect } from "react";
22

33
const AlanAIProjectKey = `${process.env.NEXT_PUBLIC_ALAN_AI_CHATBOT}/stage`;
4-
console.log(AlanAIProjectKey);
4+
55
function AlanAIComponent() {
66
useEffect(() => {
77
// Load Alan AI script asynchronously when the component mounts on the client side

0 commit comments

Comments
 (0)