Skip to content

Commit

Permalink
fixes: mini fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxerf committed Sep 30, 2024
1 parent da4f4a3 commit 3db4f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/src/contexts/buildContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export const BuildProvider = ({ children }: { children: React.ReactNode }) => {
}
}
const buildStop = async () => {
console.log(builds)
try {
await build_stop(builds[0].id + 1)
setBuildPending(() => false)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const PythonCondition = ({ condition, setData }: ConditionModalContentType) => {
})
}

useEffect(() => {
console.log(condition.data.python?.action)
}, [condition])
// useEffect(() => {
// console.log(condition.data.python?.action)
// }, [condition])

function dffAutocomplete(context: CompletionContext) {
const word = context.matchBefore(/\b(?:cnd)\.\w*/)
Expand Down

0 comments on commit 3db4f79

Please sign in to comment.