aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien2013-07-01 16:22:28 +0200
committerPacien2013-07-01 16:22:28 +0200
commit1c6337a043f05db64013b32b2eeeae94cc0e2025 (patch)
tree4bd73e072dcc8e773aec314d3dd2a36aa643cd7b
parentf4ea5b63f3539de1e2f08257db43cb2002ec65d0 (diff)
downloadfoldaweb-1c6337a043f05db64013b32b2eeeae94cc0e2025.tar.gz
Remove an useless comment
-rw-r--r--common.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.go b/common.go
index d8e2d28..1a78017 100644
--- a/common.go
+++ b/common.go
@@ -67,8 +67,6 @@ func merge(files map[string][]byte) (merged []byte) {
67 67
68// COMPILED and INTERACTIVE modes 68// COMPILED and INTERACTIVE modes
69 69
70// render and write everything inside
71
72func parse(dirPath string, elements map[string][]byte, exts []string, overwrite bool) map[string][]byte { 70func parse(dirPath string, elements map[string][]byte, exts []string, overwrite bool) map[string][]byte {
73 _, filesList := fcmd.Ls(dirPath) 71 _, filesList := fcmd.Ls(dirPath)
74 for _, fileName := range filesList { 72 for _, fileName := range filesList {