Skip to content

Commit 5662c24

Browse files
author
Brian Vaughn
committed
Removed outdated fixture comment
1 parent 4339b9e commit 5662c24

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

fixtures/tracing/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ const TestApp = () =>
6565

6666
const PlaceholderText = () => 'Loading ...';
6767

68-
// The more suspending children,
69-
// The more negative the count will go.
7068
const SuspendingChild = ({text}) => {
7169
const resolvedValue = read(text);
7270
return resolvedValue;
@@ -96,7 +94,6 @@ trace('initial_render', performance.now(), () => {
9694
const batch = root.createBatch();
9795
log.app('batch.render()');
9896
batch.render(createElement(TestApp));
99-
// Without batch.then() the interaction count does not go negative.
10097
batch.then(
10198
wrap(() => {
10299
log.app('batch.commit()');

0 commit comments

Comments
 (0)