Remove console warn
This commit is contained in:
		
							parent
							
								
									e59f1bfdfc
								
							
						
					
					
						commit
						0a0ba1ab54
					
				@ -78,7 +78,6 @@ export class CopyDeviceCredentialsComponent implements OnDestroy {
 | 
			
		||||
      filter(credential => isDefinedAndNotNull(credential)),
 | 
			
		||||
      distinctUntilChanged((prev, curr) => isEqual(prev, curr))
 | 
			
		||||
    ).subscribe(deviceCredentials => {
 | 
			
		||||
      console.warn(deviceCredentials);
 | 
			
		||||
      this.processingValue(deviceCredentials);
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user