Skip to content

Commit 5bfc22a

Browse files
debug gone
1 parent 5106be1 commit 5bfc22a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/components/ApiAction.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export default function ApiAction(props: Props) {
140140
let data
141141
try {
142142
data = JSON.parse(dataString) as LRDResponse
143-
console.log(data)
144143
} catch (error: any) {
145144
isJson = false
146145
// do nothing

0 commit comments

Comments
 (0)