Skip to content

Commit

Permalink
[node-test] fix module compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
gubatron committed Jan 2, 2016
1 parent a44fc9b commit 2e78580
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions swig/libtorrent.h
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,6 @@ void session_alerts_loop_fn(void *arg) {
printf("No current isolate found.\n");
}

printf("Handle scope was here %d\n", &scope);

libtorrent::session& s = *((libtorrent::session*) arg);
libtorrent::time_duration max_wait = std::chrono::milliseconds(500);
std::vector<alert*> v;
Expand Down

0 comments on commit 2e78580

Please sign in to comment.