Skip to content

Commit 7c8bf9f

Browse files
authored
Update validate.py
Signed-off-by: Andrzej Dobrucki <[email protected]>
1 parent 211a287 commit 7c8bf9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/validate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def poly(x):
2020
recovered = lagrange_interpolate_zero(subset, FIELD)
2121

2222
# For audit purposes only — do not log secrets in production
23-
2423
print("Original secret: [REDACTED]")
2524
print("Recovered secret: [REDACTED]")
2625

0 commit comments

Comments
 (0)