diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-25 08:25:31 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-25 08:25:31 +0300 |
commit | e7024a708615da3477b258d8ee3c783a244b24c3 (patch) | |
tree | 23c5a8146a32fca435efa70cb076407d72d94ad7 /src | |
parent | d7550e75941aae4eae27232006a94d6e8477127e (diff) |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/gmdocument.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index ba5d748e..4173a10c 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -898,7 +898,6 @@ static void normalize_GmDocument(iGmDocument *d) { | |||
898 | appendCStr_String(normalized, "\n"); | 898 | appendCStr_String(normalized, "\n"); |
899 | } | 899 | } |
900 | set_String(&d->source, collect_String(normalized)); | 900 | set_String(&d->source, collect_String(normalized)); |
901 | printf("{{{\n%s\n}}}\n", cstr_String(&d->source)); fflush(stdout); | ||
902 | } | 901 | } |
903 | 902 | ||
904 | void setUrl_GmDocument(iGmDocument *d, const iString *url) { | 903 | void setUrl_GmDocument(iGmDocument *d, const iString *url) { |