Skip to content

Commit 40feb47

Browse files
dbg spam
1 parent ac1f453 commit 40feb47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transformers.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ pub struct TransformationChain {
7070
impl From<Vec<&str>> for TransformationChain {
7171
fn from(names: Vec<&str>) -> Self {
7272
let mut vec: Vec<Box<dyn DefinitionSetTransformer>> = Vec::new();
73-
dbg!(&names);
7473
for name in names {
7574
match name {
7675
"strip_cmq_keys_from_policies" => {

0 commit comments

Comments
 (0)