summaryrefslogtreecommitdiff
path: root/cli/tests/info_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/info_tests.rs')
-rw-r--r--cli/tests/info_tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/info_tests.rs b/cli/tests/info_tests.rs
index 5818fe3be..a255eab4f 100644
--- a/cli/tests/info_tests.rs
+++ b/cli/tests/info_tests.rs
@@ -34,7 +34,6 @@ mod init {
.unwrap();
let str_output = std::str::from_utf8(&output.stdout).unwrap().trim();
- eprintln!("{}", str_output);
// check the output of the test.ts program.
assert!(str_output.contains("emit: "));
assert_eq!(output.stderr, b"");