Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-karlovskiy committed Aug 15, 2019
1 parent ed9d5b0 commit b292a7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cra-memory-considerate-loading/src/utils/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const useMemoryStatus = () => {
if (usedMemoryPercent > MAX_PERCENT_THRESHOLD) {
overLoad = true;
}
console.log('ray : ***** overUsedMemorySize, usedMemoryPercent, overLoad => ', overUsedMemorySize, usedMemoryPercent, overLoad);
setMemoryStatus({
totalJSHeapSize: getTotalJSHeapSize(),
usedJSHeapSize: getUsedJSHeapSize(),
Expand Down
1 change: 0 additions & 1 deletion hooks/memory/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ const useMemoryStatus = () => {
if (usedMemoryPercent > MAX_PERCENT_THRESHOLD) {
overLoad = true;
}
console.log('ray : ***** overUsedMemorySize, usedMemoryPercent, overLoad => ', overUsedMemorySize, usedMemoryPercent, overLoad);
setMemoryStatus({
totalJSHeapSize: getTotalJSHeapSize(),
usedJSHeapSize: getUsedJSHeapSize(),
Expand Down

0 comments on commit b292a7e

Please sign in to comment.