Skip to content

Commit 5feb83c

Browse files
committed
chore: remove console.log
1 parent f504c56 commit 5feb83c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/models/assistant-model.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,8 @@ export const AssistantModel = types
411411
self.uploadFileAfterRun = true;
412412
self.dataUri = res.values.exportDataUri;
413413
const graphID = resource.match(/\[(\d+)\]/)?.[1];
414-
// We'll also send data for the attributes on the graph for additional context
414+
// We also send data for the attributes on the graph for additional context
415415
self.dataContextForGraph = yield getGraphAttrData(graphID);
416-
// TODO: Remove this console log when done with testing
417-
console.log("Attribute data for graph", self.dataContextForGraph);
418416
}
419417
// remove any exportDataUri value that exists since it can be large and we don't need to send it to the assistant
420418
res = isImageSnapshotRequest

0 commit comments

Comments
 (0)