Skip to content

Commit fa27d95

Browse files
lc-spxlEmmanuelP
authored andcommitted
remove repeating log message
1 parent 56edd65 commit fa27d95

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

gst/gstaravis.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,6 @@ gst_aravis_create (GstPushSrc * push_src, GstBuffer ** buffer)
572572
}
573573

574574
triggerModeEnabled = strcmp(value, "On") == 0;
575-
if (triggerModeEnabled) {
576-
GST_LOG_OBJECT (gst_aravis, "TriggeMode is set to On, pipeline will wait for a stream.");
577-
}
578575
}
579576

580577
GST_OBJECT_LOCK (gst_aravis);

0 commit comments

Comments
 (0)