aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMLogger.h')
-rw-r--r--Foundation/GTMLogger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Foundation/GTMLogger.h b/Foundation/GTMLogger.h
index 0565462..8fdb0fa 100644
--- a/Foundation/GTMLogger.h
+++ b/Foundation/GTMLogger.h
@@ -43,9 +43,6 @@
// certain text, or filter nothing out at all. This gives the caller the
// flexibility to dynamically enable debug logging in Release builds.
//
-// A class diagram showing the relationship between these key abstractions can
-// be found at: http://www.corp.google.com/eng/designdocs/maceng/GTMLogger.png
-//
// This file also declares some classes to handle the common log writer, log
// formatter, and log filter cases. Callers can also create their own writers,
// formatters, and filters and they can even build them on top of the ones