Skip to content

Commit

Permalink
Remove exit(1); as i'm not sure if it is useful yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed May 18, 2014
1 parent 7408b7c commit fe0de6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion piwik.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
$process->main();
} catch (Exception $e) {
echo "Error:" . $e->getMessage();
exit(1);
}
ob_end_flush();
if ($GLOBALS['PIWIK_TRACKER_DEBUG'] === true) {
Expand Down

0 comments on commit fe0de6c

Please sign in to comment.