Skip to content

Commit 80e0a97

Browse files
authored
Remove console.log
Signed-off-by: Telumiel <skye@skyenet.app>
1 parent 6c5c4de commit 80e0a97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • docs/src/components/PlaygroundExample

docs/src/components/PlaygroundExample/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export default function PlaygroundExample({
5757
// id is used to stop contents from other examples on the same page being used
5858
const id = getId(state);
5959
const snippetFiles = files?`${files} #${id}-input.json:input.json #${id}-data.json:data.json`:`#${id}-input.json:input.json #${id}-data.json:data.json`;
60-
console.log(snippetFiles);
61-
return (
60+
return (
6261
<div>
6362
{title && <h2>{title}</h2>}
6463

0 commit comments

Comments
 (0)