Remove debug code

This commit is contained in:
Don Mitchell
2013-01-29 13:16:21 -05:00
parent ba95cf2385
commit 5fcb6bfcd4

View File

@@ -291,7 +291,6 @@ function checkHoverState(event, ui) {
var draggable = $(this).data("ui-draggable"),
x1 = (draggable.positionAbs || draggable.position.absolute).left + (draggable.helperProportions.width / 2),
y1 = (draggable.positionAbs || draggable.position.absolute).top + (draggable.helperProportions.height / 2);
var debugEle = $('article:first-of-type > section > div > ol:first-of-type > li:nth-of-type(2)').first();
$('.collapsed').each(function() {
$.extend(this, {offset : $(this).offset()});