Skip to content

Commit

Permalink
MDL-19841 removed sloppy hardcoded debug levels
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 16, 2009
1 parent 5daf5d3 commit 0be30d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion filter/algebra/algebradebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
require_once($CFG->dirroot.'/filter/tex/lib.php');

$query = urldecode($_SERVER['QUERY_STRING']);
error_reporting(E_ALL);

if ($query) {
$output = $query;
Expand Down
2 changes: 0 additions & 2 deletions filter/algebra/pix.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
$cmd = ''; // Initialise these variables
$status = '';

//error_reporting(E_ALL);

$relativepath = get_file_argument();

$args = explode('/', trim($relativepath, '/'));
Expand Down
2 changes: 0 additions & 2 deletions filter/tex/pix.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
$cmd = ''; // Initialise these variables
$status = '';

error_reporting(E_ALL);

$relativepath = get_file_argument();

$args = explode('/', trim($relativepath, '/'));
Expand Down
1 change: 0 additions & 1 deletion filter/tex/texdebug.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
require_capability('moodle/site:config', get_context_instance(CONTEXT_SYSTEM), $USER->id); /// Required cap to run this. MDL-18552

$query = urldecode($_SERVER['QUERY_STRING']);
error_reporting(E_ALL);
$output = '';

// look up in cache if required
Expand Down
1 change: 0 additions & 1 deletion filter/tex/texed.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
error ('Filter not enabled!');
}

error_reporting(E_ALL);
$texexp = urldecode($_SERVER['QUERY_STRING']);
$texexp = str_replace('formdata=','',$texexp);

Expand Down

0 comments on commit 0be30d6

Please sign in to comment.