Skip to content

Commit b578e53

Browse files
committed
remove debug print
1 parent 1a42429 commit b578e53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/web_app/lib/src/widget/completion/widget.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ final class _CompletionWidget {
269269
..setAttribute('data-completion-option-index', i.toString())
270270
..classList.add(optionClass));
271271
}
272-
print(state.isTrimmed);
273272
if (state.isTrimmed) {
274273
dropdown.appendChild(HTMLDivElement()..textContent = '[...]');
275274
}

0 commit comments

Comments
 (0)