Remove debug statement about buffer objects

This commit is contained in:
Jesse Barnes 2007-04-11 20:41:27 -07:00
parent 9d7160c43a
commit 0430a80fc7

View file

@ -193,8 +193,6 @@ int i915_driver_load(drm_device_t *dev, unsigned long flags)
0, PAGE_SIZE, 0, 0, PAGE_SIZE, 0,
&entry); &entry);
DRM_DEBUG("allocated bo, start: 0x%lx, offset: 0x%lx\n",
entry->buffer_start, entry->offset);
intel_modeset_init(dev); intel_modeset_init(dev);
fb = drm_framebuffer_create(dev); fb = drm_framebuffer_create(dev);