Skip to content

Remove unnecessary console.log(vuetify) #339

@NorthLake

Description

@NorthLake

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions