chore: remove dbg
This commit is contained in:
parent
8f06b69f5d
commit
244a758154
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ pub(crate) fn apply_sql(app: &App, cmd_opts: ApplyCommandOpt) -> StdResult<()> {
|
||||||
if file_path.extension().is_none() {
|
if file_path.extension().is_none() {
|
||||||
file_path.set_extension("sql");
|
file_path.set_extension("sql");
|
||||||
}
|
}
|
||||||
dbg!(&file_path);
|
|
||||||
file_path
|
file_path
|
||||||
})
|
})
|
||||||
.map(std::fs::read_to_string)
|
.map(std::fs::read_to_string)
|
||||||
|
|
Reference in a new issue