diff options
author | Pacien | 2013-07-01 16:22:28 +0200 |
---|---|---|
committer | Pacien | 2013-07-01 16:22:28 +0200 |
commit | 1c6337a043f05db64013b32b2eeeae94cc0e2025 (patch) | |
tree | 4bd73e072dcc8e773aec314d3dd2a36aa643cd7b | |
parent | f4ea5b63f3539de1e2f08257db43cb2002ec65d0 (diff) | |
download | foldaweb-1c6337a043f05db64013b32b2eeeae94cc0e2025.tar.gz |
Remove an useless comment
-rw-r--r-- | common.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 | |||
72 | func parse(dirPath string, elements map[string][]byte, exts []string, overwrite bool) map[string][]byte { | 70 | func 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 { |