Skip to content

Commit

Permalink
Remove console log (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paahn authored Nov 5, 2024
1 parent 7a534af commit 2db0600
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ export class BcProviderEditPage
this.progressSubscription = this.progressTimer.subscribe(
(value: number) => {
this.progressBarValue = value;
console.log('value', value);
if (value === 100) {
// To stop the Observable from emitting any more values.
if (this.progressSubscription) {
Expand Down

0 comments on commit 2db0600

Please sign in to comment.