diff --git a/src/features/io/ioParser.js b/src/features/io/ioParser.js index 849fb4c..e2fb14e 100644 --- a/src/features/io/ioParser.js +++ b/src/features/io/ioParser.js @@ -247,5 +247,6 @@ const parser = new Parser() // converts patch object to dump format the system uses function serialise(parser, object) { + // output object console.log(parser.encode(object)); }