aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/main.go b/main.go
index 0c3c012..97d3fd2 100644
--- a/main.go
+++ b/main.go
@@ -43,12 +43,7 @@ func main() {
if c.SearchMarks(Point{19 * CM, 18 * CM}) {
fmt.Println("Reg Marks ok")
-
- fmt.Println("Offset", c.ReadOffset())
- fmt.Println("Upper Right", c.ReadUpperRight())
- fmt.Println("Lower Left", c.ReadLowerLeft())
-
- c.DrawCircles()
+ c.DrawPic()
}
}