Remove unused Log statement

This commit is contained in:
snipe 2016-07-26 00:50:16 -07:00
parent a44b90dfc9
commit 60560e4994

View file

@ -3,7 +3,6 @@ namespace App\Providers;
use Validator;
use Illuminate\Support\ServiceProvider;
use Log;
use DB;
/**