Skip to content

Commit

Permalink
removal of logging2
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Sep 16, 2024
1 parent abdbae4 commit 55bd69b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ contract FeeCurrencyAdapter_Initialize is FeeCurrencyAdapterTest {
function test_ShouldSucceed_WhenExpectedDecimalsAreMoreThenDecimals_Fuzz(uint8 amount) public {
vm.assume(amount > 6);
vm.assume(amount < 50);
console.log("amount", amount);
feeCurrencyAdapterForFuzzyTests.initialize(address(feeCurrency), "adapter", "ad", amount);
}

Expand Down Expand Up @@ -303,7 +302,6 @@ contract FeeCurrencyAdapter_CreditGasFees is FeeCurrencyAdapterTest {
function creditFuzzHelper(uint8 expectedDigits, uint256 multiplier) public {
uint256 originalAmount = 1000;
uint256 amount = originalAmount * multiplier;
console.log("amount", amount);

address secondAddress = actor("secondAddress");
address thirdAddress = actor("thirdAddress");
Expand Down

0 comments on commit 55bd69b

Please sign in to comment.