From e84d46b1d59a0fbb03b22d034172e37927dda037 Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Tue, 29 Oct 2019 12:27:24 +0100 Subject: [PATCH] Remove debug-leftovers (#8395) --- spec/std/callstack_spec.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/std/callstack_spec.cr b/spec/std/callstack_spec.cr index 24fcc62be718..6bc9eab45312 100644 --- a/spec/std/callstack_spec.cr +++ b/spec/std/callstack_spec.cr @@ -2,7 +2,6 @@ require "./spec_helper" private def compile_and_run_file(source_file) with_tempfile("executable_file") do |executable_file| - puts executable_file Process.run("bin/crystal", ["build", "--debug", "-o", executable_file, source_file]) File.exists?(executable_file).should be_true