1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

remove errant fprintf()

This commit is contained in:
Charles Lowell 2015-07-05 19:09:07 -05:00
parent 38229de06a
commit 6cda380dec

View file

@ -67,7 +67,6 @@ namespace rr {
template <class T> template <class T>
inline void scheduleDelete(v8::Persistent<T>* cell) { inline void scheduleDelete(v8::Persistent<T>* cell) {
data()->queue.enqueue((v8::Persistent<void>*)cell); data()->queue.enqueue((v8::Persistent<void>*)cell);
fprintf(stderr, "scheduleDelete()\n");
} }
static VALUE Dispose(VALUE self); static VALUE Dispose(VALUE self);