Skip to content

Commit

Permalink
chore: cleanup console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ofreyssinet-ledger committed Apr 22, 2024
1 parent cd85eee commit a0f2dfa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/ledger-live-desktop/src/storyly/useStoryly.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,13 @@ export const useStoryly = (

useLayoutEffect(() => {
if (!storyly) return;
console.log(
"initializing storyly",
instanceId,
storyly.params?.stories[instanceId].token,
language,
props,
);
ref.current?.init({
layout: "classic",
token: storyly.params?.stories[instanceId].token || "",
lang: language,
segments: [`lang_${language}`],
events: {
isReady: data => {
console.log("storyly isReady", data);
dataRef.current = data;
// Triggered when story is ready.
},
Expand Down

0 comments on commit a0f2dfa

Please sign in to comment.