summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialisation/Parser.cpp')
-rw-r--r--src/serialisation/Parser.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp
index 34d1d24c..02e08308 100644
--- a/src/serialisation/Parser.cpp
+++ b/src/serialisation/Parser.cpp
@@ -582,12 +582,11 @@ Parser::parse_patch(
continue;
}
- cerr << "FIXME: PARSE PATCH" << endl;
- //target->put(port_path, i->second);
+ target->put(port_path, i->second);
}
- parse_connections(world, target, model, subject, "/");
parse_properties(world, target, model, subject_node, patch_path, data);
+ parse_connections(world, target, model, subject, "/");
/* Enable */