summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/extensions/extensions_service_unittest.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/extensions/extensions_service_unittest.cc b/chrome/browser/extensions/extensions_service_unittest.cc
index c540ded..e2dd984 100644
--- a/chrome/browser/extensions/extensions_service_unittest.cc
+++ b/chrome/browser/extensions/extensions_service_unittest.cc
@@ -516,10 +516,6 @@ TEST_F(ExtensionsServiceTest, PackExtension) {
ASSERT_TRUE(creator->Run(input_directory, crx_path, FilePath(),
privkey_path));
- std::string priv_key;
- file_util::ReadFileToString(privkey_path, &priv_key);
- std::cout << "Private key:\n" << priv_key;
-
ASSERT_TRUE(file_util::PathExists(privkey_path));
InstallExtension(crx_path, true);