From a010b0d40f1fbd0ba44f8f2b6c07b6a8c4a79750 Mon Sep 17 00:00:00 2001 From: Dmitry Savintsev Date: Fri, 22 May 2015 10:28:00 +0200 Subject: [PATCH] remove debugger --- process.go | 1 - version.go | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/process.go b/process.go index 1dd1ccf..6ce72b4 100644 --- a/process.go +++ b/process.go @@ -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.") diff --git a/version.go b/version.go index ce814fe..8899f46 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package webseclab -const WEBSECLAB_VERSION = "0.8.0" +const WEBSECLAB_VERSION = "0.8.1"