File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -411,10 +411,8 @@ export const AssistantModel = types
411
411
self . uploadFileAfterRun = true ;
412
412
self . dataUri = res . values . exportDataUri ;
413
413
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
415
415
self . dataContextForGraph = yield getGraphAttrData ( graphID ) ;
416
- // TODO: Remove this console log when done with testing
417
- console . log ( "Attribute data for graph" , self . dataContextForGraph ) ;
418
416
}
419
417
// remove any exportDataUri value that exists since it can be large and we don't need to send it to the assistant
420
418
res = isImageSnapshotRequest
You can’t perform that action at this time.
0 commit comments