X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=ad480288731d4e2004f5b8cf27a6ec7afee7ae9b;hb=898341f7f7412bc1fd405b1b9778f84780ac15c5;hp=ba5c150d84043b6394786192553aa00cb606231f;hpb=9b23eb2baae1fd5eb72b50e79e2c75227c5b76ab;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index ba5c150d..ad480288 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -1,7 +1,5 @@ """The :mod:`notmuch` module provides most of the functionality that a user is likely to need. -Many of its objects use python's logging module to log some output at DEBUG level. - .. note:: The underlying notmuch library is build on a hierarchical memory allocator called talloc. All objects derive from a top-level :class:`Database` object.