summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-10 21:23:22 -0600
committermo khan <mo.khan@gmail.com>2020-05-10 21:23:22 -0600
commitcfab833c3b2420e9820b73d01b513d1ee4abf17d (patch)
tree9bc4a12c984ac22a353b5e20ed5d4678ead229a8 /bin
parent727e48b57c8c1ca14240fdb425b4d3654a7b00e7 (diff)
Remove echo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cibuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/cibuild b/bin/cibuild
index b13d996..5959299 100755
--- a/bin/cibuild
+++ b/bin/cibuild
@@ -5,9 +5,6 @@ set -e
[ -z "$DEBUG" ] || set -x
cd "$(dirname "$0")/.."
-
-echo ["$(date "+%H:%M:%S")"] "==> Started at…"
-
export RUBY_GC_MALLOC_LIMIT=79000000
export RUBY_GC_HEAP_INIT_SLOTS=800000
export RUBY_HEAP_FREE_MIN=100000