-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
A console.log line was added in b0dc727 that prints the entire vuetify object to both the terminal and devtools. The print to the terminal is very annoying, since most terminals do not collapse JS objects and will therefore print 500+ lines on each page load. The object is already printed to devtools if isDev is true, so it's actually logged twice there. I'm assuming this was left in accidentally after debugging.
The line in question:
| console.log('vuetify', vuetify) |
AndreyYolkin
Metadata
Metadata
Assignees
Labels
No labels