From 23a6a878eebb4dc04dc376d34edb74c57a610da2 Mon Sep 17 00:00:00 2001
From: Tim Hunt <T.J.Hunt@open.ac.uk>
Date: Wed, 17 Jul 2013 19:18:16 +0100
Subject: [PATCH] MDL-40719 pluginfile.php: the file API is now stable, so hide
 debug.

---
 pluginfile.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pluginfile.php b/pluginfile.php
index 8ace6bd0f88..8cc087786dd 100644
--- a/pluginfile.php
+++ b/pluginfile.php
@@ -24,9 +24,8 @@
  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  */
 
-// disable moodle specific debug messages and any errors in output
-//define('NO_DEBUG_DISPLAY', true);
-//TODO: uncomment this once the file api stabilises a bit more
+// Disable moodle specific debug messages and any errors in output.
+define('NO_DEBUG_DISPLAY', true);
 
 require_once('config.php');
 require_once('lib/filelib.php');