mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove errant fprintf()
This commit is contained in:
parent
38229de06a
commit
6cda380dec
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue