mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Temporary fix for debug build bustage
This commit is contained in:
parent
75c29d34ea
commit
eb2cd2088d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user