Skip to content

Commit 2d4c82a

Browse files
committed
Remove comments
1 parent 59da766 commit 2d4c82a

File tree

1 file changed

+0
-7
lines changed
  • frameworks/keyed/rendrjs/src

1 file changed

+0
-7
lines changed

frameworks/keyed/rendrjs/src/main.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ let rand = arr => arr[Math.floor(Math.random() * arr.length)];
1313

1414
let nextId = 1;
1515

16-
// Executing frameworks/keyed/hyperapp and benchmark 04_select1k failed: Failed to launch the browser process! undefined
17-
18-
19-
// TROUBLESHOOTING: https://pptr.dev/troubleshooting
20-
21-
// Executing frameworks/keyed/rendrjs and benchmark 06_remove-one-1k failed: Failed to launch the browser process! undefined
22-
2316
let buildData = (count = 1000) => {
2417
let data = new Array(count);
2518
for (let i = 0; i < count; i++) {

0 commit comments

Comments
 (0)