vkupload: remove debugging error log
authorMatthew Waters <matthew@centricular.com>
Mon, 20 May 2019 03:48:27 +0000 (13:48 +1000)
committerMatthew Waters <matthew@centricular.com>
Tue, 4 Jun 2019 09:03:44 +0000 (09:03 +0000)
ext/vulkan/vkupload.c

index efcd9f2..27e7182 100644 (file)
@@ -1212,8 +1212,6 @@ _choose_queue (GstVulkanDevice * device, GstVulkanQueue * queue,
 {
   guint flags = device->queue_family_props[queue->family].queueFlags;
 
-  GST_ERROR ("flags 0x%x", flags);
-
   if ((flags & VK_QUEUE_GRAPHICS_BIT) != 0) {
     if (data->queue)
       gst_object_unref (data->queue);