diff --git a/daemon.py b/daemon.py index 75944c34e..9c10b9da6 100644 --- a/daemon.py +++ b/daemon.py @@ -3111,6 +3111,7 @@ class PubServer(BaseHTTPRequestHandler): # extract all of the text fields into a dict fields = \ extractTextFieldsInPOST(postBytes, boundary, debug) + print('citationstest: ' + str(fields)) if fields.get('citations'): citationsFilename = \ baseDir + '/accounts/' + \