remove print statement which is now unnecessary

This commit is contained in:
2024-08-03 12:07:24 +01:00
parent 7a6722cf60
commit ef8852350c
2 changed files with 0 additions and 1 deletions

BIN
dotscape

Binary file not shown.

View File

@@ -99,7 +99,6 @@ struct
end
| RESIZE_TRIANGLES_BUTTONS_AND_GRAPH {triangles, graphLines} =>
let
val _ = print ("resize in event loop\n")
val _ =
AppDraw.uploadTrianglesVector
(triangleDrawObject, triangles)