remove console.log

This commit is contained in:
Régis Hanol 2014-10-08 17:37:44 +02:00
parent 89fdc87402
commit dcd4956ea4

View File

@ -23,7 +23,6 @@ export default Discourse.View.extend({
}.on("didInsertElement"),
_changeLocation: function(location) {
console.log("_changeLocation", location);
var $this = this.$();
switch (location.position) {
case "absolute": {