Skip to content

Commit 26bf1bf

Browse files
committed
Remove debug
1 parent d197979 commit 26bf1bf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/install-kani.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Copyright Kani Contributors
33
# SPDX-License-Identifier: Apache-2.0 OR MIT
44

5-
set -x
6-
75
# If version is latest, install directly from cargo
86
if [ "$1" == "latest" ]; then
97
cargo +stable install --locked kani-verifier;
@@ -35,8 +33,6 @@ if [ $? -eq 0 ]; then
3533
fi
3634

3735
if [ "$installed_version" != "$requested_version" ]; then
38-
echo "Installed version: $installed_version"
39-
echo "Requested version: $requested_version"
4036
echo "::error::The version of Kani installed was different than the one requested"
4137
exit 1
4238
fi

0 commit comments

Comments
 (0)