Skip to content

Commit

Permalink
remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris committed May 22, 2015
1 parent a7ad4f5 commit a010b0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion process.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ func DoTemplate(w http.ResponseWriter, path string, input *InData) (err error) {

func doHtmlTemplate(w http.ResponseWriter, fpath string, input *InData) (err error) {
// html/template - context-sensitive escaping
fmt.Printf("DMDEBUG - fpath=%s\n", fpath)
tmpl, ok := LookupHtmlTemplate(fpath)
if ok == false {
return errors.New("Error in DoTemplate - html template " + fpath + " not found.")
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package webseclab

const WEBSECLAB_VERSION = "0.8.0"
const WEBSECLAB_VERSION = "0.8.1"

0 comments on commit a010b0d

Please sign in to comment.