Skip to content

Commit 59ebe52

Browse files
authored
Merge pull request #178 from cipherstash/fix/remove-println-statement
fix(config): remove println statement
2 parents ddb1e14 + 479edce commit 59ebe52

File tree

1 file changed

+0
-1
lines changed
  • packages/cipherstash-proxy/src/config

1 file changed

+0
-1
lines changed

packages/cipherstash-proxy/src/config/tandem.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ impl TandemConfig {
138138
env.insert("CS_AUTH__CLIENT_ACCESS_KEY".into(), value);
139139
}
140140

141-
println!("ENV {:?}", env);
142141
env
143142
}));
144143

0 commit comments

Comments
 (0)