Skip to content

Commit

Permalink
feat: remove console statements
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Nov 29, 2023
1 parent 46ea6c8 commit 5c3ed5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/transmuter/configs/Production.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import { DummyDiamondImplementation } from "../../../scripts/generated/DummyDiam
import "../../utils/Constants.sol";
import "../Storage.sol" as Storage;

import { console } from "forge-std/console.sol";

struct CollateralSetupProd {
address token;
bytes oracleConfig;
Expand Down Expand Up @@ -90,7 +88,6 @@ contract Production {
readData,
targetData
);
console.logBytes(oracleConfig);
}
collaterals[0] = CollateralSetupProd(
euroc,
Expand Down

0 comments on commit 5c3ed5a

Please sign in to comment.