misc: Removed unused comment.

This commit is contained in:
Peter Michael
2022-09-28 13:34:35 -04:00
parent b51f9b69ab
commit 6fa66e321b

View File

@@ -9,8 +9,6 @@ pragma solidity 0.8.15;
* @notice This is the standard interface for all Lens-compatible FollowModules.
*/
interface IFollowModule {
// function getModuleVersion() external view returns (uint256);
/**
* @notice Initializes a follow module for a given Lens profile. This can only be called by the hub contract.
*