trace print removed

This commit is contained in:
Pascal Brisset
2006-11-22 08:51:22 +00:00
parent 2ba3ffdd6c
commit e18cb5807c
+1 -1
View File
@@ -211,7 +211,7 @@ class waypoint = fun (wpts_group:group) (name :string) ?(alt=0.) wgs84 ->
let curs = Gdk.Cursor.create `FLEUR in
item#grab [`POINTER_MOTION; `BUTTON_RELEASE] curs
(GdkEvent.Button.time ev)
| x -> printf "%d\n" x; flush stdout;
| _ -> ()
end
| `MOTION_NOTIFY ev ->
let state = GdkEvent.Motion.state ev in