removed unnecessary debug statements

Этот коммит содержится в:
JoramWilander
2015-07-21 19:39:59 -04:00
родитель 5886e695e4
Коммит 237920e314
2 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@@ -166,7 +166,6 @@ func CreatePost(c *Context, post *model.Post, doUpdateLastViewed bool) (*model.P
path := post.Filenames[i]
doRemove = false
l4g.Debug(path)
if model.UrlRegex.MatchString(path) {
continue
} else if model.PartialUrlRegex.MatchString(path) {