Skip to content

Commit

Permalink
fix: remove unused console log in Component.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Cernera <kooshaba@gmail.com>
  • Loading branch information
alvrs and Kooshaba committed Jul 8, 2022
1 parent 96804bd commit ccf07a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/solecs/src/Component.sol
Expand Up @@ -10,7 +10,6 @@ import { IComponent } from "./interfaces/IComponent.sol";
import { Set } from "./Set.sol";
import { MapSet } from "./MapSet.sol";
import { LibTypes } from "./LibTypes.sol";
import { console } from "forge-std/console.sol";

abstract contract Component is IComponent {
address public world;
Expand Down

0 comments on commit ccf07a6

Please sign in to comment.