Remove unnecessary console log
This commit is contained in:
parent
0d3d9d91c6
commit
94ff575bdd
|
@ -141,7 +141,6 @@ export default Ember.Mixin.create({
|
|||
position.top -= $('html').scrollTop();
|
||||
//if content is fixed and will be cut off on the bottom, display it above...
|
||||
if(position.top + height + verticalAdjustments > $(window).height() - 50) {
|
||||
console.log("adjusting... by " + (height + verticalAdjustments + 48));
|
||||
position.bottom = $(window).height() - (target.offset().top - $('html').scrollTop());
|
||||
if(verticalAdjustments > 0) {
|
||||
position.bottom += 48;
|
||||
|
|
Loading…
Reference in New Issue