Comment out changelog debugging code

This commit is contained in:
tterrag 2020-06-09 19:45:38 -04:00
parent 144f46251f
commit a4a4298c20

View file

@ -173,7 +173,8 @@ String getChangelogText() {
return str
}
new File("changelog.html").write getChangelogText()
//changelog debugging
//new File("changelog.html").write getChangelogText()
tasks.curseforge.enabled = !dev && project.hasProperty('simi_curseforge_key')