diff --git a/src/FPPrac/Graphs.hs b/src/FPPrac/Graphs.hs
--- a/src/FPPrac/Graphs.hs
+++ b/src/FPPrac/Graphs.hs
@@ -21,7 +21,6 @@
 import EventLoop        
 import EventLoop.Input as EI
 import EventLoop.Output
-import Debug.Trace (trace)
 
 type Vector = (Float, Float)
         
@@ -171,11 +170,7 @@
                                                                                 arrow1End          = posOnVector yArrowSize upPerpLineVector arrowPerpStart  
                                                                                 arrow2End          = posOnVector yArrowSize downPerpLineVector arrowPerpStart 
 
-graphOutputToGraphical (WeightedLineG n1@(l1, pos1, _) n2@(l2, pos2, _) w colG thick direct) = trace (  " halfSize: " ++ (show halfSize)
-                                                                                              ++ " upPerpLineVector: " ++ (show upPerpLineVector)
-                                                                                              ++ " textPerpStart: " ++ (show textPerpStart)
-                                                                                              ++ " textPos: " ++ (show textPos)
-                                                                                              ) lineGraphical ++ [Draw text name]
+graphOutputToGraphical (WeightedLineG n1@(l1, pos1, _) n2@(l2, pos2, _) w colG thick direct) = lineGraphical ++ [Draw text name]
                                                                 where
                                                                     name          = lineName l1 l2
                                                                     col           = colorGToColor colG
diff --git a/twentefp-graphs.cabal b/twentefp-graphs.cabal
--- a/twentefp-graphs.cabal
+++ b/twentefp-graphs.cabal
@@ -1,5 +1,5 @@
 name:                twentefp-graphs
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Lab Assignments Environment at Univeriteit Twente
 description:         Lab Assignments Environment at Univeriteit Twente
 license:             BSD3
