Remove erroneous comment in SnapshotJsonModel

This commit is contained in:
Lucien Greathouse
2019-11-19 13:53:48 -08:00
parent 02f98a4053
commit 0fbeb70865

View File

@@ -122,7 +122,7 @@ impl JsonModelCore {
InstanceSnapshot {
snapshot_id: None,
metadata: Default::default(), // TODO: Allow the user to specify metadata in the JSON model again.
metadata: Default::default(),
name: Cow::Owned(name),
class_name: Cow::Owned(class_name),
properties,