diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/main.rs b/src/main.rs index d007729..5e06bb2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,8 +35,6 @@ enum Command {  fn main() {      let args = Args::parse(); -    // Get column names from SQLite -      match args.command {          Command::Insert {              database, | 
