Skip to content

Commit

Permalink
remove some stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Oct 30, 2024
1 parent e0ddd5e commit d39ec8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vegafusion-runtime/src/data/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ impl TaskCall for DataUrlTask {
file_type.as_deref()
};

// let registered_tables = ctx.tables().await?;
let df = if let Some(inline_name) = extract_inline_dataset(&url) {
let inline_name = inline_name.trim().to_string();
if let Some(inline_dataset) = inline_datasets.get(&inline_name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub fn time_format_fn(
schema,
)?;

// Ok(to_char(to_local_time(vec![timestamptz_expr]), lit(format_str)))
Ok(to_char(timestamptz_expr, lit(format_str)))
}

Expand Down

0 comments on commit d39ec8a

Please sign in to comment.