diff --git a/encoding.py b/encoding.py
index 1b033ffcd2f47b95825b3d2db7f80d2a7c45803c..d48d827c9891d06f2f9104ede3781d245e71817b 100644
--- a/encoding.py
+++ b/encoding.py
@@ -118,7 +118,7 @@ def update_lecture_videos(jobid, jobtype, data, state, status):
 		return
 	latest = sources[-1]
 	lecture = query('SELECT * FROM lectures where id = ?', data['lecture_id'])
-	if 'lecture is autointro' and jobtype == 'probe-raw':
+	if False and jobtype == 'probe-raw':
 		schedule_intro(data['lecture_id'])
 	else:
 		videos = query('SELECT * FROM videos WHERE videos.lecture_id = ?', data['lecture_id'])