diff --git a/lib/timeline/Range.js b/lib/timeline/Range.js index 3396b356..40fa7dc3 100644 --- a/lib/timeline/Range.js +++ b/lib/timeline/Range.js @@ -554,17 +554,6 @@ Range.prototype._onPinch = function (event) { } }; -function printObject(obj) { - var str = "" - for (var idx in obj) { - if (obj.hasOwnProperty(idx)) { - str += idx + ":" + obj[idx] + "
"; - } - - } - return str; -} - /** * Helper function to calculate the center date for zooming * @param {{x: Number, y: Number}} pointer