Temporary fix for debug build bustage

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-03-23 09:16:24 -07:00
parent 5295d19da2
commit ce0ff9015a

View File

@ -451,7 +451,7 @@ NS_IMETHODIMP EmbedGlobalHistory::AddURI(nsIURI *aURI, PRBool aRedirect, PRBool
}
}
#ifdef DEBUG
NS_WARNING("[HISTORY] Visited URL: %s\n", aURL);
// NS_WARNING("[HISTORY] Visited URL: %s\n", aURL);
#endif
rv = LoadData();
NS_ENSURE_SUCCESS(rv, rv);