Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@jl-desktop.(none)>2010-09-08 19:47:54 +0400
committerJohn Langford <jl@jl-desktop.(none)>2010-09-08 19:47:54 +0400
commit5ac4e92aa70055cc458db6a2f0466e203412dd14 (patch)
treefe56265b8c81a67339fffddcd9828c43b1942a12 /sender.cc
parentb0babbaaba2dd66615bc22aea86b9b8f8fe0889f (diff)
removed more prints
Diffstat (limited to 'sender.cc')
-rw-r--r--sender.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sender.cc b/sender.cc
index 684f189a..5a98edf6 100644
--- a/sender.cc
+++ b/sender.cc
@@ -116,7 +116,6 @@ void* send_thread(void*)
{
label_data* ld = (label_data*)ec->ld;
- cout << "sending example" << endl;
for (size_t i = 0; i < d_1; i++)
for (size_t j = 0; j < d_2; j++)
{