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