This commit is contained in:
Mark Qvist
2026-05-02 19:21:23 +02:00
parent 3cf186f3cb
commit 662054ae25
-1
View File
@@ -1215,7 +1215,6 @@ class NomadNetworkNode():
parts = line.split(sep, 4)
if len(parts) >= 5:
RNS.log(parts)
commits.append({ "hash": parts[0],
"subject": parts[1],
"author": parts[2],