diff --git a/retroshare-gui/src/gui/Identity/IdDialog.cpp b/retroshare-gui/src/gui/Identity/IdDialog.cpp index 0fcb8591d..a3a4a69a9 100644 --- a/retroshare-gui/src/gui/Identity/IdDialog.cpp +++ b/retroshare-gui/src/gui/Identity/IdDialog.cpp @@ -79,9 +79,7 @@ IdDialog::IdDialog(QWidget *parent) timer->connect(timer, SIGNAL(timeout()), this, SLOT(checkUpdate())); timer->start(1000); - rsIdentity->generateDummyData(); mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this); - } void IdDialog::ListTypeToggled(bool checked)