Skip to content

Commit

Permalink
chore(testing): remove test functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Oct 2, 2024
1 parent ef9ff0d commit aa05e66
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,8 @@
);
let dataPasser: LensDataPasser;
const getQuery = (): void => {
console.log("QueryStore:", dataPasser.getQueryAPI());
};
const getAST = (): void => {
console.log("AST:", dataPasser.getAstAPI());
};
</script>

<button
on:click={() => {
getQuery();
getAST();
}}>query</button
>
<header>
<div class="header-wrapper">
<div class="logo">
Expand Down

0 comments on commit aa05e66

Please sign in to comment.