Skip to content

Commit

Permalink
regen js
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeharker committed Dec 4, 2024
1 parent 6a52a08 commit cd42766
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_static/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pyinstrument Demo</title>
<script type="module" crossorigin src="./assets/index-Css1t7Sb.js"></script>
<script type="module" crossorigin src="./assets/index-Cql2ltA1.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-paBu1EOJ.css">
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion html_renderer/src/lib/model/Session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default class Session {
this.sysPrefixes = data.session.sys_prefixes
this.rootFrames = {}
for (const thread_id of Object.keys(data.frame_trees)) {
console.log("thread_id", thread_id)
this.rootFrames[thread_id] = new Frame(data.frame_trees[thread_id], this)
}
}
Expand Down
2 changes: 1 addition & 1 deletion pyinstrument/renderers/html_resources/app.js

Large diffs are not rendered by default.

0 comments on commit cd42766

Please sign in to comment.