diff options
author | Michael <michael.foiani@gmail.com> | 2021-08-17 17:41:47 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2021-08-17 17:41:47 -0400 |
commit | f290f1d3df18da6a3ff1577d91b4a407c8cc247e (patch) | |
tree | c650e4e76239d057ca2079ec2fda8f843ace7555 | |
parent | f9c772251ecba093c1506d9153f5cb6a16536ace (diff) |
Remove debugging console.logtma1007-discover-moments-video-watermark
-rw-r--r-- | src/utils/watermark.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/watermark.ts b/src/utils/watermark.ts index 1a761d74..f6b7778d 100644 --- a/src/utils/watermark.ts +++ b/src/utils/watermark.ts @@ -67,7 +67,6 @@ const watermarkVideo = ( watermarkerUri: string, callback: (watermarkedVideoUri: string) => void, ) => { - console.log('here'); VideoWatermark.convert( videoUri.replace('file://', ''), watermarkerUri, |