md-data-table
md-data-table copied to clipboard
console.log in .min.js
I think someone forgot a console.log in .min.js https://github.com/daniel-nagy/md-data-table/tree/v0.8.14 and master
It can be found after this line, but its only present on the minified version https://github.com/daniel-nagy/md-data-table/blob/master/dist/md-data-table.js#L126
I was just about to open a issue for that ! It's showing up when testing which is pretty annoying
:+1:
I also noticed this. I am successfully using the following override in my bower.json to avoid seeing the console.log.
"overrides": {
"angular-material-data-table": {
"main": [
"dist/md-data-table.js",
"dist/md-data-table.min.css"
]
}
}
Who is planning to fix this? :see_no_evil:
It is a little annoying. Would love to see it go away.
+1
@daniel-nagy plz?
This issue has been open for over 18 months. Is there any plan to fix it?