mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 19:06:16 +01:00
Drop error log
This commit is contained in:
@@ -1225,7 +1225,6 @@ class AdminController
|
||||
}
|
||||
|
||||
$path = $obj->path() . DS . $filename . '.md';
|
||||
error_log($path);
|
||||
$aFile = File::instance($path);
|
||||
$aFile->save();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user