Skip to content

Commit

Permalink
🫁🛷 Updated with Glitch: 14.2 sample ok
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (branch-three-oviraptor) committed Dec 16, 2023
1 parent cfcc7f5 commit cd882cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/funs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1448,15 +1448,15 @@
lastGrid = newGrid;
*/
const newLoad = getLoad();
if (lastLoad === newLoad) {
//console.log('grid repeating', i, '\n' + newLoad);
//break;
}
// if (lastLoad === newLoad) {
// console.log('grid repeating', i, '\n' + newLoad);
// break;
// }
lastLoad = newLoad;
if (i % pc === 0) {
console.log(p + '% ' + (new Date()).toISOString());
console.log(lastLoad);
console.log(render());
// console.log(render());
p++;
}
// console.log('last grid:\n' + lastGrid);
Expand Down

0 comments on commit cd882cf

Please sign in to comment.