Skip to content

Commit 6a5a602

Browse files
Update src/views/ChartRecBox.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 857ca99 commit 6a5a602

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/views/ChartRecBox.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ export const ChartRecBox: FC<ChartRecBoxProps> = function ({ tableId, placeHolde
250250
language: actionTables.some(t => t.virtual) ? "sql" : "python"
251251
});
252252

253-
console.log("debug: messageBody")
254-
console.log(messageBody)
253+
if (process.env.NODE_ENV !== 'production') {
254+
console.debug("debug: messageBody", messageBody);
255+
}
255256

256257
const engine = getUrls().DERIVE_DATA;
257258
const controller = new AbortController();

0 commit comments

Comments
 (0)