summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/WT/Mail.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/WT/Mail.php b/library/WT/Mail.php
index d7c6ebb726..5506dd36f6 100644
--- a/library/WT/Mail.php
+++ b/library/WT/Mail.php
@@ -34,7 +34,6 @@ class WT_Mail {
self::EOL .
'---------------------------------------' . self::EOL .
'IP ADDRESS: ' . $WT_REQUEST->getClientIp() . self::EOL .
- 'DNS LOOKUP: ' . gethostbyaddr($WT_REQUEST->getClientIp()) . self::EOL .
'LANGUAGE: ' . WT_LOCALE . self::EOL;
}