Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Jul 17, 2020
1 parent e5296ce commit e5731e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ export class ManifestManager {

if (version == null) {
await manifestClient.createManifest(manifestSo);
this.logger.info('Committed initial manifest.');
} else {
await manifestClient.updateManifest(manifestSo, {
version,
Expand Down

0 comments on commit e5731e5

Please sign in to comment.