Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Hardy <[email protected]>
  • Loading branch information
russellwheatley and mikehardy authored Dec 20, 2024
1 parent e3064a3 commit c79ff51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/lib/FirebaseApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export default class FirebaseApp {
}

extendApp(extendedProps) {
// this method has no modular alternative, send true for param 'noAlternative'
warnIfNotModularCall(arguments);
this._checkDestroyed();
Object.assign(this, extendedProps);
Expand All @@ -74,7 +73,6 @@ export default class FirebaseApp {
}

toString() {
// this method has no modular alternative, send true for param 'noAlternative'
warnIfNotModularCall(arguments);
return this.name;
}
Expand Down

0 comments on commit c79ff51

Please sign in to comment.