Skip to content

Commit 87e2282

Browse files
committed
fix: remove unneeded log
1 parent b6cbbcb commit 87e2282

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/cipherstash-proxy/src/encrypt

packages/cipherstash-proxy/src/encrypt/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ impl Encrypt {
188188
}
189189
}
190190

191-
info!(target: ENCRYPT, msg = "encrypted_eql", idx, ?opt, ?encrypted);
192-
193191
encrypted_eql.push(encrypted);
194192
}
195193

0 commit comments

Comments
 (0)