mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Delete the snapshot message handler
This commit is contained in:
parent
9a4c5957c3
commit
38f0135522
@ -85,10 +85,6 @@
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'set_snapshot':
|
||||
var cell = this.get_msg_cell(msg.parent_header.msg_id);
|
||||
cell.metadata.snapshot = msg.content.data.snapshot;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user