From 9aa3ebd0e72d90481e220f2933535da58af16f9d Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 15 Jan 2015 17:20:17 +0100 Subject: [PATCH] st/nine: Remove duplicated debug message Likely a rebase error Reviewed-by: Axel Davy Signed-off-by: Patrick Rudolph --- src/gallium/state_trackers/nine/resource9.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.30.2