From: olehougaard Date: Wed, 5 Nov 2008 08:43:22 +0000 (+0000) Subject: Removed a comment that is no longer valid. X-Git-Tag: upstream/4.7.83~25043 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31520bc34ad9851cc01f6ed503462b3f8e8c81d5;p=platform%2Fupstream%2Fv8.git Removed a comment that is no longer valid. Review URL: http://codereview.chromium.org/8960 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@693 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/log.h b/src/log.h index 1fd2b759d..eb082dac6 100644 --- a/src/log.h +++ b/src/log.h @@ -113,7 +113,6 @@ class Logger { // snapshot. static void Preamble(const char* content); - // ==== Events that are always logged. ==== // Emits an event with a string value -> (name, value). static void StringEvent(const char* name, const char* value);