We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812cfdd commit 960e184Copy full SHA for 960e184
src/components/pyodide/use-python.ts
@@ -51,7 +51,6 @@ export const usePython = <T, TExport>(emptyParams: T) => {
51
52
const runPython = useCallback(
53
(message: { type: 'start'; params: { parameters: T } }) => {
54
- console.log('Running python');
55
setLoading(true);
56
setLoadingMessage('running analysis');
57
0 commit comments