tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4c7c32237823f5938c41a20f6d0a9face7687a7c
parent 8855cb9e8b5d46d9a232f9508571069286f662c9
Author: James Teow <jteow@mozilla.com>
Date:   Mon,  1 Dec 2025 14:22:06 +0000

Bug 2003066 - Remove printf statement from migration code - r=places-reviewers,Standard8

I accidentally left this in following a patch approval.

Differential Revision: https://phabricator.services.mozilla.com/D274460

Diffstat:
Mtoolkit/components/places/Database.cpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/toolkit/components/places/Database.cpp b/toolkit/components/places/Database.cpp @@ -2286,7 +2286,6 @@ nsresult Database::MigrateV83Up() { } nsresult Database::MigrateV84Up() { - printf("Upgrading database."); // Recalculate frecency due to changing calculate_frecency. nsresult rv = mMainConn->ExecuteSimpleSQL( "UPDATE moz_origins "