Drop a verbose debugging message.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 4 Nov 2010 23:59:55 +0000 (16:59 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Thu, 4 Nov 2010 23:59:55 +0000 (16:59 -0700)
bluesky/log.c

index 9455058..ad1dac1 100644 (file)
@@ -656,8 +656,6 @@ BlueSkyRCStr *bluesky_log_map_object(BlueSkyCloudLog *item, gboolean map_data)
     str = bluesky_string_new_from_mmap(map, file_offset, file_size);
     map->atime = bluesky_get_current_time();
 
-    g_print("Returning item at offset 0x%zx.\n", file_offset);
-
 exit2:
     bluesky_cachefile_unref(map);
     g_mutex_unlock(map->lock);