mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
Comment out debug output
This commit is contained in:
@@ -23,6 +23,7 @@ transform = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def parse_line (line, fields, fixed = None):
|
def parse_line (line, fields, fixed = None):
|
||||||
|
# print("parse_line", line, fields, fixed)
|
||||||
data = dict()
|
data = dict()
|
||||||
|
|
||||||
if fixed:
|
if fixed:
|
||||||
@@ -51,6 +52,7 @@ def parse_line (line, fields, fixed = None):
|
|||||||
|
|
||||||
data[key] = value
|
data[key] = value
|
||||||
|
|
||||||
|
# print("parse_line data =", data)
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user