diff --git a/mozilla/profile/src/nsProfile.cpp b/mozilla/profile/src/nsProfile.cpp index fa3d937153c..b6807559b86 100644 --- a/mozilla/profile/src/nsProfile.cpp +++ b/mozilla/profile/src/nsProfile.cpp @@ -1661,9 +1661,7 @@ nsProfile::CreateNewProfileWithLocales(const PRUnichar* profileName, #if defined(DEBUG_profile_verbose) printf(" uiLocale=%s\n", uiLocale.get()); - - nsCAutoString temp2; temp2.AssignWithConversion(contentLocale); - printf(" contentLocale=%s\n", temp2.get()); + printf(" contentLocale=%s\n", contentLocale.get()); #endif nsCAutoString pathBuf;