From 3a37632df2c5694781918dfd6cfc10710e78b6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Thu, 27 Aug 2015 21:51:35 +0300 Subject: [PATCH] Update crc32.js --- crc32.js | 2 -- 1 file changed, 2 deletions(-) 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'));