Remove comment

This commit is contained in:
Jakub Žádník 2024-06-08 17:23:09 +03:00
parent b4e0a96e38
commit d01308e498

View File

@ -241,7 +241,6 @@ fn format_record(
) -> Result<String, ShellError> {
let config = engine_state.get_config();
let mut output = String::new();
// let eval_expression = get_eval_expression(engine_state);
for op in format_operations {
match op {