about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
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() {