Skip to content

Commit 960e184

Browse files
committed
remove console log
1 parent 812cfdd commit 960e184

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/pyodide/use-python.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const usePython = <T, TExport>(emptyParams: T) => {
5151

5252
const runPython = useCallback(
5353
(message: { type: 'start'; params: { parameters: T } }) => {
54-
console.log('Running python');
5554
setLoading(true);
5655
setLoadingMessage('running analysis');
5756

0 commit comments

Comments
 (0)