remove debugging code
This commit is contained in:
parent
e515d73052
commit
884acd3040
2
rView.go
2
rView.go
@ -2,13 +2,11 @@ package yatwiki
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"fmt"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (this *WikiServer) routeView(w http.ResponseWriter, r *http.Request, articleTitle string) {
|
func (this *WikiServer) routeView(w http.ResponseWriter, r *http.Request, articleTitle string) {
|
||||||
fmt.Printf("%#v\n", articleTitle)
|
|
||||||
a, err := this.db.GetLatestVersion(articleTitle)
|
a, err := this.db.GetLatestVersion(articleTitle)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user