chore: remove placeholder code

Remove the placeholder entries from the command aliases.
This commit is contained in:
Thomas Frans
2023-10-05 18:32:30 +02:00
committed by Henrik Friedrichsen
parent b27b067a47
commit 2f365c1551

View File

@@ -303,9 +303,6 @@ lazy_static! {
);
register_aliases(&mut m, "repeat", vec!["loop"]);
m.insert("1", "foo");
m.insert("2", "bar");
m.insert("3", "baz");
m
};
}