Skip to content

Commit

Permalink
clean up not useful log
Browse files Browse the repository at this point in the history
  • Loading branch information
Grunet authored May 25, 2024
1 parent bfaa0f1 commit b07c8ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ class DenoProvider implements Provider {
this.#saveFlagDefinitions(kvJson.value);
this.#watchFlagDefinitions();
} catch (error) {
// No-op in case something went wrong (e.g. the flags defintion file not being parseable)
// No-op in case something went wrong (e.g. the flags definition file not being parseable)
// FlagdCore should default to returning default values if this happens
console.error(error);
console.log("Flag definitions:", this.#flagDefinitions);
}
}

Expand Down

0 comments on commit b07c8ee

Please sign in to comment.