Skip to content

Commit a8d47ab

Browse files
co1acraftCopilot
andauthored
Update src/Activation.ts
Co-authored-by: Copilot <[email protected]>
1 parent 8cf2b73 commit a8d47ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Activation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class Activation {
3636

3737
// The sum of the digits should be divisible by 7
3838
const res = sum % 7 === 0;
39-
console.log(res);
4039
return res;
4140
}
4241

0 commit comments

Comments
 (0)