Skip to content

Commit a010b0d

Browse files
committed
remove debugger
1 parent a7ad4f5 commit a010b0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

process.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func DoTemplate(w http.ResponseWriter, path string, input *InData) (err error) {
8686

8787
func doHtmlTemplate(w http.ResponseWriter, fpath string, input *InData) (err error) {
8888
// html/template - context-sensitive escaping
89-
fmt.Printf("DMDEBUG - fpath=%s\n", fpath)
9089
tmpl, ok := LookupHtmlTemplate(fpath)
9190
if ok == false {
9291
return errors.New("Error in DoTemplate - html template " + fpath + " not found.")

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
package webseclab
66

7-
const WEBSECLAB_VERSION = "0.8.0"
7+
const WEBSECLAB_VERSION = "0.8.1"

0 commit comments

Comments
 (0)