Skip to content

Commit e1df495

Browse files
committed
comment out a log line of jupyter output -- which could be LARGE
1 parent 65b4638 commit e1df495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packages/server/jupyter/execute.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ export async function execute({
157157
throw Error(resp.error);
158158
}
159159
const { output } = resp;
160-
log.debug("output", output);
160+
// this is HUGE and should not be logged!
161+
// log.debug("output", output);
161162
const total_time_s = (Date.now() - created.valueOf()) / 1000;
162163
saveResponse({
163164
created,

0 commit comments

Comments
 (0)