From: Patrick Rudolph Date: Thu, 15 Jan 2015 16:20:17 +0000 (+0100) Subject: st/nine: Remove duplicated debug message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9aa3ebd0e72d90481e220f2933535da58af16f9d;p=mesa.git st/nine: Remove duplicated debug message Likely a rebase error Reviewed-by: Axel Davy Signed-off-by: Patrick Rudolph --- diff --git a/src/gallium/state_trackers/nine/resource9.c b/src/gallium/state_trackers/nine/resource9.c index 15c784f2194..bbc8320071b 100644 --- a/src/gallium/state_trackers/nine/resource9.c +++ b/src/gallium/state_trackers/nine/resource9.c @@ -52,9 +52,6 @@ NineResource9_ctor( struct NineResource9 *This, This, pParams, initResource, (int) Allocate, Type, Pool, Usage); - DBG("This=%p pParams=%p initResource=%p Allocate=%d Type=%d Pool=%d usage=%d\n", - This, pParams, initResource, Allocate, Type, Pool, Usage); - hr = NineUnknown_ctor(&This->base, pParams); if (FAILED(hr)) return hr;