Remove prototyping code which is commented out
This comments are ment for future development and not for the main branch yet.
This commit is contained in:
parent
4a54aabf26
commit
3a482a3eb9
2 changed files with 0 additions and 3 deletions
|
@ -63,7 +63,6 @@ struct MetricsConfig {
|
|||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[serde(deny_unknown_fields)]
|
||||
struct Config {
|
||||
// default: Option<ConfigDefault>,
|
||||
metrics: Option<MetricsConfig>,
|
||||
hooks: BTreeMap<String, Hook>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue