From b1dadb623996a94a0fd106cea38f7ed293ced7ae Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 15 Dec 2021 15:17:16 +0800 Subject: [PATCH] Clean up --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbed0507..5d4e5dd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,6 @@ log = { version = "^0.4", optional = true } [features] debug-print = ["log"] -# default = ["mysql", "postgres", "sqlite", "discovery", "writer"] default = ["mysql", "postgres", "discovery", "writer"] mysql = [] postgres = []