From 17f1ec8610767060a9f81a6dcb07e2ab44feddcf Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 23 Dec 2024 13:22:21 -0800 Subject: [PATCH] docs: remove console log (#28894) --- docs/src/theme/DocItem/Layout/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/theme/DocItem/Layout/index.js b/docs/src/theme/DocItem/Layout/index.js index 768e65112d284..79f8f240cc9be 100644 --- a/docs/src/theme/DocItem/Layout/index.js +++ b/docs/src/theme/DocItem/Layout/index.js @@ -38,16 +38,12 @@ export default function DocItemLayout({children}) { "https://github.com/langchain-ai/langchain/blob/master/docs/docs/introduction.ipynb" "https://colab.research.google.com/github/langchain-ai/langchain/blob/master/docs/docs/introduction.ipynb" - console.log({metadata, frontMatter}) - const linkColab = frontMatter.link_colab || ( metadata.editUrl?.endsWith(".ipynb") ? metadata.editUrl?.replace("https://github.com/langchain-ai/langchain/edit/", "https://colab.research.google.com/github/langchain-ai/langchain/blob/") : null ); const linkGithub = frontMatter.link_github || metadata.editUrl?.replace("/edit/", "/blob/"); - - console.log({linkColab, linkGithub}) return (