Delete the snapshot message handler

This commit is contained in:
Jason Grout 2013-12-31 12:59:23 -07:00 committed by Jonathan Frederic
parent 9a4c5957c3
commit 38f0135522

View File

@ -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;
}
}