Go back to WARNING for Page deprecations

Do that in the next release, let's reduce the noise, we have enough changes as it is.
This commit is contained in:
Bjørn Erik Pedersen
2021-07-29 16:18:38 +02:00
parent b5de37ee79
commit 726fe9c3c9
2 changed files with 17 additions and 17 deletions

View File

@@ -163,7 +163,7 @@ func generateDeprecatedWrappers(c *codegen.Inspector) error {
}
}
return fmt.Sprintf("helpers.Deprecated(%q, %q, true)", "Page."+name, alternative)
return fmt.Sprintf("helpers.Deprecated(%q, %q, false)", "Page."+name, alternative)
}
var buff bytes.Buffer