From 9cd4850285d8064f84b890072b4cfda365084ede 2014-06-10 17:50:34
From: Jonathan Frederic <jdfreder@calpoly.edu>
Date: 2014-06-10 17:50:34
Subject: [PATCH] Removed block commented tour step (never worked anyways)

---

diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js
index fd1fbd9..e869247 100644
--- a/IPython/html/static/notebook/js/tour.js
+++ b/IPython/html/static/notebook/js/tour.js
@@ -20,12 +20,7 @@ var tour_steps = [
     title: "Filename",
     placement: 'bottom',
     content: "Click here to change the filename for this notebook."
-  }, /*{
-    element: "#checkpoint_status",
-    title: "Checkpoint Status",
-    placement: 'bottom',
-    content: "Information about the last time this notebook was saved."
-  },*/ {
+  }, {
     element: $("#menus").parent(),
     placement: 'bottom',
     backdrop: true,