diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm
index d1125acd44..b5b6d8efb6 100644
--- a/code/modules/library/lib_machines.dm
+++ b/code/modules/library/lib_machines.dm
@@ -229,7 +229,7 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f
dat += "
External Archive
" //VOREStation Edit
establish_old_db_connection()
- dat += "Warning: System Administrator has slated this archive for removal. Personal uploads should be taken to the NT board of internal literature.
"
+// dat += "Warning: System Administrator has slated this archive for removal. Personal uploads should be taken to the NT board of internal literature.
" //VOREStation Removal TFF 29/1/20 - Redundant warning, we're not removing our library entries.
if(!dbcon_old.IsConnected())
dat += "ERROR: Unable to contact External Archive. Please contact your system administrator for assistance."