-removed erroneous import

This commit is contained in:
Martin Konecny 2012-04-16 12:04:35 -04:00
parent 0bb8e7d211
commit a6c0a1d2d9
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
<?php
require_once 'Log.php';
class Application_Model_Scheduler {
private $con;
@ -663,4 +661,4 @@ class Application_Model_Scheduler {
}
}
class OutDatedScheduleException extends Exception {}
class OutDatedScheduleException extends Exception {}