Skip to content

Commit

Permalink
refactored comments
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
  • Loading branch information
gdsoumya committed Jul 16, 2021
1 parent f85bb6f commit b96e2ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/library/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ module.exports.deepCopy = (allowances, pairs) => {
if (!Object.prototype.hasOwnProperty.call(allowances, pair))
continue;
count++;
console.log("here")
const assets = pair.split("/");
max[pair] = {
[assets[0]]: allowances[pair][assets[0]],
Expand All @@ -177,7 +176,6 @@ module.exports.deepCopy = (allowances, pairs) => {
};
}
if (count === 0) return { max: undefined, total: undefined };
console.log("here1")
return { max, total };
};

Expand Down

0 comments on commit b96e2ea

Please sign in to comment.