diff --git a/crc32.js b/crc32.js index 096b787..3ebb9a0 100644 --- a/crc32.js +++ b/crc32.js @@ -59,5 +59,3 @@ function crc32(charach) { return crc.toString(16); } - -console.log(crc32('123456789'));