ghwikipp: Comment out some debug testing code.

From 2acd86c344e5b9cac78dfe0f676d5bc47f7cff2f Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 23 Oct 2024 19:29:37 +0000
Subject: [PATCH] Comment out some debug testing code.

---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index bee0341..520559f 100644
--- a/index.php
+++ b/index.php
@@ -839,7 +839,7 @@ function make_new_page_version($page, $ext, $newtext, $comment)
     $escauthor = escapeshellarg($author);
     $escmsgfile = escapeshellarg($git_commit_message_file);
 
-    if ($_SESSION['github_user'] == 'icculus') { $trusted_author = false; }  // uncomment for debugging purposes.
+    //if ($_SESSION['github_user'] == 'icculus') { $trusted_author = false; }  // uncomment for debugging purposes.
 
     obtain_git_repo_lock();