Skip to content

Commit

Permalink
Fix debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 8, 2024
1 parent 6a29aeb commit 82a9466
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/pages/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,7 @@ discovery.page.define('default', {
view: 'h2',
content: [
{ view: 'block', className: 'logo' },
// 'text:#.datasets[].resource | type = "file" ? name : "Untitled profile"'
'md:"data loaded in **{{#.datasets[].timing.responseTime}}** ms"'
'text:#.datasets[].resource | type = "file" ? name : "Untitled profile"'
]
}
]
Expand Down

0 comments on commit 82a9466

Please sign in to comment.