Cleanup: remove incorrect comment

No functional changes.
This commit is contained in:
2022-04-07 11:01:29 +02:00
parent 1d18c0682f
commit 7b7c78c4dc

View File

@@ -93,7 +93,6 @@ class _BPyOpsSubModOp:
return self._module.upper() + "_OT_" + self._func
def idname_py(self):
# submod.foo -> SUBMOD_OT_foo
return self._module + "." + self._func
def __call__(self, *args, **kw):