diff --git a/profile/src/nsProfile.cpp b/profile/src/nsProfile.cpp index fa3d937153c3..b6807559b86b 100644 --- a/profile/src/nsProfile.cpp +++ b/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;