remove debugging code

This commit is contained in:
mappu 2017-08-13 17:53:21 +12:00
parent e515d73052
commit 884acd3040

View File

@ -2,13 +2,11 @@ package yatwiki
import (
"database/sql"
"fmt"
"net/http"
"net/url"
)
func (this *WikiServer) routeView(w http.ResponseWriter, r *http.Request, articleTitle string) {
fmt.Printf("%#v\n", articleTitle)
a, err := this.db.GetLatestVersion(articleTitle)
if err != nil {