Skip to content

Commit a4602ea

Browse files
Removed log
1 parent a759d7c commit a4602ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugin/VInlineTextField.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ function closeField() {
216216
217217
// ------------------------------------------------ Toggle the field //
218218
function toggleField() {
219-
console.log('settings.loadingWait', settings.loadingWait);
220219
if (settings.disabled || (settings.loadingWait && props.loading)) {
221220
return;
222221
}

0 commit comments

Comments
 (0)