jbilcke-hf HF staff commited on
Commit
ce7f582
·
1 Parent(s): cd0e411

remove useless logs

Browse files
Files changed (1) hide show
  1. src/main.mts +1 -1
src/main.mts CHANGED
@@ -7,7 +7,7 @@ export const main = async () => {
7
 
8
  const videos = await getPendingVideos()
9
  if (!videos.length) {
10
- console.log(`no job to process.. going to try in 200 ms`)
11
  setTimeout(() => {
12
  main()
13
  }, 200)
 
7
 
8
  const videos = await getPendingVideos()
9
  if (!videos.length) {
10
+ // console.log(`no job to process.. going to try in 200 ms`)
11
  setTimeout(() => {
12
  main()
13
  }, 200)