remove debug line

This commit is contained in:
Brad Hefta-Gaub 2016-03-04 15:29:32 -08:00
parent 21b66354ef
commit add7f54af3

View file

@ -15,7 +15,6 @@
// Toggle button helper
function ToggleButtonBuddy(x, y, width, height, urls) {
print("ToggleButtonBuddy() "+ x+ "," + y + "[" + width + ","+height+"] " + urls);
this.up = Overlays.addOverlay("image", {
x: x, y: y, width: width, height: height,
subImage: { x: 0, y: 0, width: width, height: height},