[gtk-doc] scan: remove debug leftover



commit d100aaca980d2299ba907cac6707ff2623fc6b1d
Author: Stefan Sauer <ensonic users sf net>
Date:   Tue Apr 25 22:57:35 2017 +0200

    scan: remove debug leftover

 gtkdoc/scan.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtkdoc/scan.py b/gtkdoc/scan.py
index d14cbb2..bd81d48 100644
--- a/gtkdoc/scan.py
+++ b/gtkdoc/scan.py
@@ -498,7 +498,6 @@ def ScanHeader(input_file, section_list, decl_list, get_types, options):
             # We assume that functions which start with '_' are private, so
             # we skip them.
             elif m17:
-                logging.debug('m17: %s', line)
                 ret_type = m17.group(1)
                 if m17.group(2):
                     ret_type += ' ' + m17.group(2)
@@ -513,7 +512,6 @@ def ScanHeader(input_file, section_list, decl_list, get_types, options):
                     skip_block = 1
 
             elif m18:
-                logging.debug('m18: %s', line)
                 ret_type = m18.group(1)
                 if m18.group(2):
                     ret_type += ' ' + m18.group(2)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]