Skip to content

Commit

Permalink
Removed default errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Wallace committed Mar 13, 2015
1 parent 86f8754 commit 05e819f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Tempest makes use of various tools to streamline the development process:

* [1.1.0](https://github.com/MartyWallace/Tempest/releases/tag/1.1.0)
* Greatly improved error handling; you can now handle specific HTTP errors buy placing a Twig template with the same name into `/html/_status/`.
* Cleant up templates.
* Cleant up SASS.
* Cleaned up templates.
* Cleaned up SASS.

* [1.0.0](https://github.com/MartyWallace/Tempest/releases/tag/1.0.0)
* Modern project structure (using `public` for public files).
Expand Down
4 changes: 0 additions & 4 deletions server/app/Responses/AdaptivePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ public function setup(Request $r)

public function index(Request $request)
{
trigger_error('fdsfs');
trigger_error('fdsfs');
trigger_error('fdsfs');

$result = tempest()->twig->render($this->name . '.html', array());

if ($result === null)
Expand Down

0 comments on commit 05e819f

Please sign in to comment.