Remove stray debugging statements

This commit is contained in:
Steven Robertson 2012-04-14 23:42:38 -07:00
parent 356d2713d1
commit 44869cc9ea
2 changed files with 1 additions and 3 deletions

View File

@ -174,8 +174,6 @@ iter(uint64_t out_ptr, uint64_t atom_ptr,
{{precalc_camera(cp.camera._precalc())}}
if (threadIdx.y == 5 && threadIdx.x == 4) {
if (blockIdx.x == 0)
printf("Hiya %f\n", {{cp.camera.xx}});
float ditherwidth = {{cp.camera.dither_width}} * 0.5f;
{{cp.camera.xo}} += ditherwidth * mwc_next_11(rctx);
{{cp.camera.yo}} += ditherwidth * mwc_next_11(rctx);

View File

@ -270,7 +270,7 @@ class RenderManager(ClsMod):
256, np.ceil(nts / 256.),
self.info_a.d_params, self.src_a.d_times, self.src_a.d_knots,
f32(ts), f32(td / nts), i32(nts))
self._print_interp_knots(rdr)
#self._print_interp_knots(rdr)
def _print_interp_knots(self, rdr, tsidx=5):
infos = cuda.from_device(self.info_a.d_params,