VirtualBox

Changeset 86796 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 3, 2020 12:30:02 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141225
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Chooser pane: Forgot to comment out testing printfs in r141224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserAbstractModel.cpp

    r86795 r86796  
    589589void UIChooserAbstractModel::insertCloudEntityKey(const UICloudEntityKey &key)
    590590{
    591     printf("Cloud entity with key %s being updated..\n", key.toString().toUtf8().constData());
     591//    printf("Cloud entity with key %s being updated..\n", key.toString().toUtf8().constData());
    592592    m_cloudEntityKeysBeingUpdated.insert(key);
    593593    emit sigCloudUpdateStateChanged();
     
    596596void UIChooserAbstractModel::removeCloudEntityKey(const UICloudEntityKey &key)
    597597{
    598     printf("Cloud entity with key %s is updated!\n", key.toString().toUtf8().constData());
     598//    printf("Cloud entity with key %s is updated!\n", key.toString().toUtf8().constData());
    599599    m_cloudEntityKeysBeingUpdated.remove(key);
    600600    emit sigCloudUpdateStateChanged();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette