We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f453 commit 40feb47Copy full SHA for 40feb47
src/transformers.rs
@@ -70,7 +70,6 @@ pub struct TransformationChain {
70
impl From<Vec<&str>> for TransformationChain {
71
fn from(names: Vec<&str>) -> Self {
72
let mut vec: Vec<Box<dyn DefinitionSetTransformer>> = Vec::new();
73
- dbg!(&names);
74
for name in names {
75
match name {
76
"strip_cmq_keys_from_policies" => {
0 commit comments