Remove unused dbg

This commit is contained in:
Edwin Cheng 2020-12-28 01:21:41 +08:00
parent ee93037ed9
commit 66b132b4b2

View file

@ -94,8 +94,7 @@ fn rust_files_are_tidy() {
#[test] #[test]
fn check_merge_commits() { fn check_merge_commits() {
let stdout = let stdout = cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19..")
dbg!(cmd!("git rev-list --merges --invert-grep --author 'bors\\[bot\\]' HEAD~19.."))
.read() .read()
.unwrap(); .unwrap();
if !stdout.is_empty() { if !stdout.is_empty() {