diff --git a/src/wallet.cc b/src/wallet.cc index 137a112..8a6ae19 100644 --- a/src/wallet.cc +++ b/src/wallet.cc @@ -188,8 +188,6 @@ NAN_METHOD(Wallet::WalletExists) { NAN_METHOD(Wallet::CreateWallet) { CreateWalletArgs walletArgs; - std::cout << "Wallet::CreateWallet" << std::endl; - win_checkDLL("Kreiram ovde jedan wallet!"); std::string error = walletArgs.Init(info); if (!error.empty()) { Nan::ThrowError(error.c_str()); @@ -309,9 +307,6 @@ v8::Local Wallet::NewInstance(SafexNativeWallet *wallet) { Local context = Nan::GetCurrentContext(); Local instance = cons->NewInstance(context, argc, argv).ToLocalChecked(); - std::cout << "Wallet::NewInstance" << std::endl; - win_checkDLL(" Wallet::NewInstance here!"); - Wallet* w = new Wallet(wallet); wallet->setListener(w); //TODO: make it configurable