Skip to content

Commit cdec98e

Browse files
authored
Merge pull request #30 from oslabs-beta/timeJump-cleanup
fixed timeJump
2 parents fde1d3a + 46dfc74 commit cdec98e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/timeJump.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = (origin, mode) => {
1616
const originNode = traverseTree(origin.tree, coords);
1717
// set the state of the origin tree if the component is stateful
1818
if (originNode.component.setState) {
19-
console.log('if(originNode.component.setState):', originNode.component);
2019
originNode.component.setState(target.state, () => {
2120
// iterate through new children once state has been set
2221
target.children.forEach((child, i) => {

0 commit comments

Comments
 (0)