chore: remove dbg

This commit is contained in:
Dmitriy Pleshevskiy 2021-04-09 23:08:16 +03:00
parent 8f06b69f5d
commit 244a758154
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ pub(crate) fn apply_sql(app: &App, cmd_opts: ApplyCommandOpt) -> StdResult<()> {
if file_path.extension().is_none() {
file_path.set_extension("sql");
}
dbg!(&file_path);
file_path
})
.map(std::fs::read_to_string)