diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
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() { |