about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-15 01:27:18 +0100
committerEmile <hanemile@protonmail.com>2019-02-15 01:27:18 +0100
commit447138f713e063cc9e7f70d4d3b6ad0ba93f6213 (patch)
tree419a31b9babdf2762810760f802b118d65aaa81e /main.go
parent71b15249b36e8408d48531d89a01cc7d7b044ebe (diff)
working!
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index 27ef330..e021c12 100644
--- a/main.go
+++ b/main.go
@@ -178,8 +178,6 @@ func genForestTreeHandler(w http.ResponseWriter, r *http.Request) {
 
 func testCalcHandler(w http.ResponseWriter, r *http.Request) {
 	log.Println("[ ] The testCalcHandler was accessed")
-
-	testCalcEndpoint(db)
 }
 
 func main() {