remove errolog

This commit is contained in:
botanic 2014-09-05 02:10:32 -07:00
parent 6b92b85b04
commit 6ca575ef33

View file

@ -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();