Skip to content

Commit

Permalink
contracts: Comment out console.log imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bingen committed Mar 27, 2024
1 parent 2e111ce commit 8f52365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions contracts/src/ActivePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ import "./Dependencies/CheckContract.sol";
import './Interfaces/IDefaultPool.sol';
import './Interfaces/IActivePool.sol';

// import "forge-std/console.sol";

import "forge-std/console2.sol";
//import "forge-std/console2.sol";

/*
* The Active Pool holds the ETH collateral and Bold debt (but not Bold tokens) for all active troves.
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/Dependencies/LiquityBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "../Interfaces/IDefaultPool.sol";
import "../Interfaces/IPriceFeed.sol";
import "../Interfaces/ILiquityBase.sol";

import "forge-std/console2.sol";
//import "forge-std/console2.sol";

/*
* Base contract for TroveManager, BorrowerOperations and StabilityPool. Contains global system constants and
Expand Down

0 comments on commit 8f52365

Please sign in to comment.