From: Lawrence S. <ljs...@us...> - 2013-03-27 20:06:58
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via aab9c278b89b0500d29644ab45a9c530cb0ee698 (commit) from 62369bab2ddeee094bade538f2e88e10c2ebfa67 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aab9c278b89b0500d29644ab45a9c530cb0ee698 Author: Lawrence Sebald <ljs...@us...> Date: Wed Mar 27 16:06:42 2013 -0400 Remove a stray printf... ----------------------------------------------------------------------- Summary of changes: addons/libkosext2fs/ext2fs.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/addons/libkosext2fs/ext2fs.c b/addons/libkosext2fs/ext2fs.c index 5a27a98..4c4aaf6 100644 --- a/addons/libkosext2fs/ext2fs.c +++ b/addons/libkosext2fs/ext2fs.c @@ -69,9 +69,6 @@ uint8_t *ext2_block_read(ext2_fs_t *fs, uint32_t bl) { return NULL; } } - - printf("Throwing out block %" PRIu32 " flags: %08" PRIx32 "\n", - cache[0]->block, cache[0]->flags); } /* Try to read the block in question. */ hooks/post-receive -- A pseudo Operating System for the Dreamcast. |