From 6ca575ef33068494d8603fdb02e004d88d7fea18 Mon Sep 17 00:00:00 2001 From: botanic Date: Fri, 5 Sep 2014 02:10:32 -0700 Subject: [PATCH] remove errolog --- code/web/public_php/ams/cron/sync_cron.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/web/public_php/ams/cron/sync_cron.php b/code/web/public_php/ams/cron/sync_cron.php index 905d1f7dc..dea7f1d7c 100644 --- a/code/web/public_php/ams/cron/sync_cron.php +++ b/code/web/public_php/ams/cron/sync_cron.php @@ -4,7 +4,6 @@ * This small piece of php code calls the syncdata() function of Sync class. * @author Daan Janssens, mentored by Matthew Lagoe */ -error_log('test2'); require( '../../config.php' ); require_once( $AMS_LIB . '/libinclude.php' ); Sync::syncdata(); \ No newline at end of file