Skip to content

Commit

Permalink
removed printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Jul 10, 2010
1 parent 3fe68a7 commit 09100e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions video.cc
Expand Up @@ -774,8 +774,6 @@ class StackedVideo : public ObjectWrap {
timeStamp = args[1]->IntegerValue();
if (timeStamp < 0)
return VException("Timestamp can't be negative.");

printf("%lu\n", timeStamp);
}

Buffer *rgba = ObjectWrap::Unwrap<Buffer>(args[0]->ToObject());
Expand Down Expand Up @@ -848,8 +846,6 @@ class StackedVideo : public ObjectWrap {

if (timeStamp < 0)
return VException("Timestamp can't be negative.");

printf("%lu\n", timeStamp);
}

StackedVideo *sv = ObjectWrap::Unwrap<StackedVideo>(args.This());
Expand Down

0 comments on commit 09100e6

Please sign in to comment.