Fauxton: remove superfluous console.log
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/97dd734e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/97dd734e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/97dd734e Branch: refs/heads/import-master Commit: 97dd734e21c4bd31df4db1765c3062d2bb72e6bc Parents: 539b707 Author: Robert Kowalski <[email protected]> Authored: Sun Apr 20 15:34:36 2014 +0200 Committer: Robert Kowalski <[email protected]> Committed: Thu Apr 24 20:32:08 2014 +0200 ---------------------------------------------------------------------- app/addons/stats/views.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/97dd734e/app/addons/stats/views.js ---------------------------------------------------------------------- diff --git a/app/addons/stats/views.js b/app/addons/stats/views.js index 4bd24d8..f75ee64 100644 --- a/app/addons/stats/views.js +++ b/app/addons/stats/views.js @@ -21,7 +21,6 @@ define([ ], function(app, FauxtonAPI,Stats, d3, nv) { - console.log(nv); Views = {}; datatypeEventer = {};
