diff --git a/src/centpkg/__init__.py b/src/centpkg/__init__.py index f3210be..ffe523f 100644 --- a/src/centpkg/__init__.py +++ b/src/centpkg/__init__.py @@ -273,8 +273,6 @@ class Commands(Commands): def upload_file(self, *args, **kwargs): raise NotImplementedError("upload_file is not yet implemented in centpkg") - def clog(self, *args, **kwargs): - raise NotImplementedError("clog is not yet implemented in centpkg") def install(self, *args, **kwargs): raise NotImplementedError("install is not yet implemented in centpkg")