mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Removed console.log
This commit is contained in:
parent
f8f97f8ad4
commit
6cc7d03430
|
@ -56,7 +56,6 @@ export class FuseInnerScrollDirective implements OnInit, OnDestroy
|
||||||
this._fuseMediaMatchService.onMediaChange
|
this._fuseMediaMatchService.onMediaChange
|
||||||
.pipe(takeUntil(this._unsubscribeAll))
|
.pipe(takeUntil(this._unsubscribeAll))
|
||||||
.subscribe((alias) => {
|
.subscribe((alias) => {
|
||||||
console.log(alias);
|
|
||||||
|
|
||||||
if ( alias === 'xs' )
|
if ( alias === 'xs' )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user