projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
slash and burn trace statements, and fix areas on vector background layers
[potlatch2.git]
/
net
/
systemeD
/
potlatch2
/
controller
/
DragBackground.as
diff --git
a/net/systemeD/potlatch2/controller/DragBackground.as
b/net/systemeD/potlatch2/controller/DragBackground.as
index 307695df8a0eca7fbe43ea4198b2dcb0351285be..af966b751271995a96009cfcdc6223d47fdd82fa 100644
(file)
--- a/
net/systemeD/potlatch2/controller/DragBackground.as
+++ b/
net/systemeD/potlatch2/controller/DragBackground.as
@@
-11,7
+11,6
@@
package net.systemeD.potlatch2.controller {
private var downY:Number;
public function DragBackground(event:MouseEvent) {
- trace ("starting DragBackground");
downX = event.localX;
downY = event.localY;
}