File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ impl GitScanner {
169169 // based on https://github.com/alexcrichton/git2-rs/blob/master/examples/log.rs
170170 let commit: Commit = commit. unwrap ( ) ;
171171 info ! ( "Scanning commit {}" , commit. id( ) ) ;
172- if & commit. id ( ) . to_string ( ) == "04bd867ad782daa532e28bcfe45f18a66b9aa90a" {
173- debug ! ( "breakpoint" ) ;
174- }
175172 if commit. parents ( ) . len ( ) > 1 {
176173 continue ;
177174 }
@@ -204,7 +201,7 @@ impl GitScanner {
204201 return true ;
205202 } ;
206203 let new_line = line. content ( ) ;
207- debug ! ( "new_line: {:?}" , String :: from_utf8_lossy( new_line) ) ;
204+ // debug!("new_line: {:?}",String::from_utf8_lossy(new_line));
208205 let matches_map: BTreeMap < String , Vec < RustyHogMatch > > =
209206 self . secret_scanner . matches_entropy ( new_line) ;
210207 if matches_map. contains_key ( "Entropy" ) {
You can’t perform that action at this time.
0 commit comments