##// END OF EJS Templates
DEV: Remove unnecessary notary calls.
Scott Sanderson -
Show More
@@ -498,7 +498,6 b' class ContentsManager(LoggingConfigurable):'
498 """Create a checkpoint."""
498 """Create a checkpoint."""
499
499
500 nb = nbformat.from_dict(self.get(path, content=True)['content'])
500 nb = nbformat.from_dict(self.get(path, content=True)['content'])
501 self.check_and_sign(nb, path)
502 return self.checkpoint_manager.create_checkpoint(nb, path)
501 return self.checkpoint_manager.create_checkpoint(nb, path)
503
502
504 def list_checkpoints(self, path):
503 def list_checkpoints(self, path):
@@ -513,8 +512,6 b' class ContentsManager(LoggingConfigurable):'
513 path,
512 path,
514 )
513 )
515
514
516 self.mark_trusted_cells(nb, path)
517
518 model = {
515 model = {
519 'content': nb,
516 'content': nb,
520 'type': 'notebook',
517 'type': 'notebook',
General Comments 0
You need to be logged in to leave comments. Login now