Markdown: Removed unused constant.

This commit is contained in:
Abiola Ibrahim 2015-08-05 01:00:53 +01:00
parent 1d3d705aae
commit b5d79bdccc

View file

@ -2,10 +2,7 @@ package markdown
import "time"
const (
DefaultInterval = time.Second * 60
DevInterval = time.Second * 1
)
const DefaultInterval = time.Second * 60
// Watch monitors the configured markdown directory for changes. It calls GenerateLinks
// when there are changes.