Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

Commit 6437a3e

Browse files
committed
Remove debugger statements
1 parent 7a107b9 commit 6437a3e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ConfigurableProvisioner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ class ConfigurableProvisioner {
7373
}
7474

7575
getUpdatedProvisionedThroughput(params) {
76-
debugger;
7776
let newProvisionedThroughput = {
7877
ReadCapacityUnits: params.ProvisionedThroughput.ReadCapacityUnits,
7978
WriteCapacityUnits: params.ProvisionedThroughput.WriteCapacityUnits

src/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const provisioner = new ConfigurableProvisioner ({
77
increment: {
88
isAdjustmentRequired: data => Throughput.getReadCapacityUtilisationPercent(data) > 90,
99
calculateValue: data => {
10-
debugger;
1110
const adjustmentPercent = 100;
1211
const max = 10;
1312
const min = 1;

0 commit comments

Comments
 (0)