Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/generate_resources.go')
-rw-r--r--cmd/generate_resources.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/generate_resources.go b/cmd/generate_resources.go
index b5ba050c..dff306e6 100644
--- a/cmd/generate_resources.go
+++ b/cmd/generate_resources.go
@@ -566,10 +566,6 @@ func parseCurrencyNumberFormat(trans *translator) {
trans.FmtCurrencySuffix = fmt.Sprintf("%#v", []byte(trans.FmtCurrencySuffix))
}
- // if trans.Locale == "en" {
- // fmt.Println("Equal? ", negativeEqual)
- // }
-
// no need to parse again if true....
if negativeEqual {