Remove unneeded console.log().

This commit is contained in:
Arpad Csanyi
2016-03-17 00:22:07 +01:00
parent a48582f1b0
commit 3a4b83f51c

1
app.js
View File

@@ -13,7 +13,6 @@ $(function() {
var dataContent = _this.data('content');
var dataAbbrev = _this.data('abbrev');
var dataName = _this.data('name');
console.log(dataContent, dataAbbrev, dataName);
var _currentView = $('.main-content__inner:visible');
// This can be the same as _currentView.