From 21b66354efe06e4f6be2e19b4d72c4a3486d5a1b Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Fri, 4 Mar 2016 15:28:49 -0800 Subject: [PATCH] remove debug line --- examples/tests/avatarAttachmentTest.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tests/avatarAttachmentTest.js b/examples/tests/avatarAttachmentTest.js index fff2355ce6..6b49fdba34 100644 --- a/examples/tests/avatarAttachmentTest.js +++ b/examples/tests/avatarAttachmentTest.js @@ -49,7 +49,6 @@ function ToggleButtonBuddy(x, y, width, height, urls) { }); } ToggleButtonBuddy.prototype.destroy = function () { - print("ToggleButtonBuddy.prototype.destroy() this.up:" + this.up + " this.down:" + this.down); Overlays.deleteOverlay(this.up); Overlays.deleteOverlay(this.down); };