diff --git a/aura.php b/aura.php index 9d624aa..e16b1e2 100644 --- a/aura.php +++ b/aura.php @@ -73,8 +73,6 @@ public function onGetPageBlueprints($event) public function onAdminSave(Event $event) { - //file_put_contents('/tmp/myfile', print_r($event, true)); - // Don't proceed if Admin is not saving a Page if (!$event['object'] instanceof Page) { return;