Skip to content

Commit

Permalink
Tester: clean up debug consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin committed Sep 1, 2023
1 parent c29c16f commit 02e70df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/pages/lab-pages-editor/Tester.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { useWorkflowContext } from './context.js';

export default function Tester() {
const { workflow, update } = useWorkflowContext();

console.log('+++ workflow: ', workflow);
console.log('+++ HELLO WORLD!');
console.log('+++ <Tester> render');

function doUpdate(e) {
console.log('+++ doUpdate: ', e);
Expand Down

0 comments on commit 02e70df

Please sign in to comment.