Remove debug statement about buffer objects

main
Jesse Barnes 2007-04-11 20:41:27 -07:00
parent 9d7160c43a
commit 0430a80fc7
1 changed files with 0 additions and 2 deletions

View File

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