Skip to content

Commit 9836b50

Browse files
authored
Merge pull request UiPath#42 from UiPath/fix/ui-suggest-tap-warn
Fix / UiSuggest / chore: remove tap warn from scroll directive
2 parents 9bf654f + d5f734f commit 9836b50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/angular/directives/ui-virtual-scroll-range-loader/src/ui-virtual-scroll-range-loader.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export class UiVirtualScrollRangeLoaderDirective implements OnInit, OnDestroy {
141141
this._reverseIndex({ start, end }, items.length),
142142
),
143143
filter(this._isValidRange),
144-
tap(_ => console.warn(this.buffer)),
145144
tap(range => this.rangeLoad.emit(range)),
146145
)
147146
.pipe(takeUntil(this._destroyed$))

0 commit comments

Comments
 (0)