Skip to content

Commit

Permalink
Remove comment from codebase (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa authored Jun 13, 2019
1 parent 3176359 commit 4dc6c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/ModuleRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ contract ModuleRegistry is IModuleRegistry, EternalStorage {
uint256 i;
uint256 j;
for (i = 0; i < _modules.length; i++) {
// NB - a malicious unverified module could throw on .tags()
counter = counter + IModuleFactory(_modules[i]).tags().length;
}
bytes32[] memory tags = new bytes32[](counter);
Expand Down

0 comments on commit 4dc6c5c

Please sign in to comment.