Skip to content
Snippets Groups Projects
Unverified Commit 11e71620 authored by Sebastien Binet's avatar Sebastien Binet Committed by GitHub
Browse files

plot: remove log func from package scope

Having a function named `log` is relatively annoying when one is
debugging, especially in conjunction with `goimports`:
adding `log.Fatalf("foo")` statements is confusing `goimports` as a
function with the name `log` is already defined.

Remove `func log` and directly move its checks inside `LogScaler.Normalize`.
parent 9f5dec10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment