I'm using bulma v0.2.1 with sass-loader and webpack; bulma itself imported as a npm module, and I @import '~bulma/bulma' in my SASS sources. Every time my sources recompile I get the following:

Source is bulma/sass/utilities/functions.sass:27-28
Aside from forking and commenting out the @debug lines I can't find a way to turn off that output. I could redirect stderr but I don't want to lose other error output from webpack. As far as I can tell libsass doesn't have an option to control logging verbosity.
Suggest leaving these commented out? I'm not sure they're useful for bulma _users_ vs developers. Or maybe they can be disabled by an @if directive?
Yeah, they shouldn't be there. I'll remove them in the next push.
And when will the next push be ? ))) npm still has them, the code seems ok ))
@tvld You may already know this but the @debug lines were removed in commit 91bcdb6
@jgthms This issue can now be closed :)
@VizuaaLOG : Top :)) Bulma is rocking :+1:
Most helpful comment
Yeah, they shouldn't be there. I'll remove them in the next push.