summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbear@apache.org>2014-01-10 09:56:45 -0500
committersuelockwood <deathbear@apache.org>2014-01-10 09:57:09 -0500
commit3cd4bc5a0dbfad7ddfe1dc59c7757fdc32cb03bd (patch)
treee00e356136ca82dc62e551f7bc395ac59ac5b353
parenta749ecb25ee4b79777dfb022a40984d30f56c132 (diff)
downloadcouchdb-3cd4bc5a0dbfad7ddfe1dc59c7757fdc32cb03bd.tar.gz
Removing debugging code
-rw-r--r--src/fauxton/app/modules/documents/views.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/fauxton/app/modules/documents/views.js b/src/fauxton/app/modules/documents/views.js
index ec1b5d22a..78cbbb827 100644
--- a/src/fauxton/app/modules/documents/views.js
+++ b/src/fauxton/app/modules/documents/views.js
@@ -1767,26 +1767,11 @@ function(app, FauxtonAPI, Components, Documents, Databases, pouchdb, resizeColum
}, this);
},
- addNewSidebarItem: function(key, selector, design){
- console.log(args, "sidebarupdate");
- // var selected = this.ddocID == "_design/"+design;
- // var view = this.insertView("ul.nav.views", new Views.IndexItem({
- // ddoc: design,
- // index: key,
- // database: this.collection.database.id,
- // selected: selected && key == this.currView
- // }));
- // if (render !== false) {
- // view.render();
- // }
- },
afterRender: function () {
if (this.selectedTab) {
this.setSelectedTab(this.selectedTab);
}
-
- this.listenTo(this.collection, "add", this.addNewSidebarItem);
},
setSelectedTab: function (selectedTab) {