remove extra unneeded log (#13806)

This commit is contained in:
Marko
2022-11-09 11:17:00 +01:00
committed by GitHub
parent 8bfc3bf769
commit 50e8961bb8
-2
View File
@@ -68,8 +68,6 @@ ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=sim \
ifeq ($(ENABLE_ROCKSDB),true)
BUILD_TAGS += rocksdb_build
test_tags += rocksdb_build
else
$(warning RocksDB support is disabled; to build and test with RocksDB support, set ENABLE_ROCKSDB=true)
endif
# DB backend selection