JBAS-1497 Remove CC number cleaner from CRONTAB
authorBill Erickson <berickxx@gmail.com>
Wed, 14 Sep 2016 15:26:57 +0000 (11:26 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
We no longer accept any credit card data from patrons, so there's no
data to regularly scrub.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/CRONTAB

index 5b4c936..92bc298 100644 (file)
@@ -125,6 +125,3 @@ PGHOST     = localhost
 # Process and archive student import files each Sunday night at 11pm
 # 0 23 * * 0 cd /home/opensrf/Evergreen/KCLS/utility-scripts/import_students && ./sftp-client-agent.sh -b db01 -p -a
 
-# Clear last-4 of CC number in credit card payments
-5 4 * * * . ~/.bashrc && $EG_BIN/clear_cc_number.srfsh
-