Skip to content

Commit

Permalink
Merge branch 'MDL-49824_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jan 12, 2016
2 parents 7fa6a8f + 62d020e commit 6fc72ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/dml/moodle_database.php
Original file line number Diff line number Diff line change
Expand Up @@ -1095,11 +1095,9 @@ public function get_debug() {
* Enable/disable detailed sql logging
*
* @deprecated since Moodle 2.9
* @todo MDL-49824 This will be deleted in Moodle 3.1.
* @param bool $state
*/
public function set_logging($state) {
debugging('set_logging() is deprecated and will not be replaced.', DEBUG_DEVELOPER);
throw new coding_exception('set_logging() can not be used any more.');
}

/**
Expand Down

0 comments on commit 6fc72ea

Please sign in to comment.