Skip to content

Commit 0b05fdb

Browse files
committed
progress
1 parent 72caa41 commit 0b05fdb

File tree

1 file changed

+0
-2
lines changed
  • crates/pgt_plpgsql_check/src

1 file changed

+0
-2
lines changed

crates/pgt_plpgsql_check/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ pub async fn check_plpgsql(
124124
.fetch_one(&mut *tx)
125125
.await?;
126126

127-
println!("plpgsql_check result: {}", result);
128-
129127
let check_result: PlpgSqlCheckResult = serde_json::from_str(&result).map_err(|e| {
130128
sqlx::Error::Protocol(format!("Failed to parse plpgsql_check result: {}", e))
131129
})?;

0 commit comments

Comments
 (0)