]> Joshua Wise's Git repositories - netwatch.git/commitdiff
trim some outputfs
authorJacob Potter <jdpotter@andrew.cmu.edu>
Mon, 15 Dec 2008 00:31:54 +0000 (19:31 -0500)
committerJacob Potter <jdpotter@andrew.cmu.edu>
Mon, 15 Dec 2008 00:31:54 +0000 (19:31 -0500)
net/rfb.c
video/text.c

index fff91bbb91e1374bfd694c1d9f7610e4f65d7da8..7b92208b25113d88bb1ef91750e6a299f45f7f84 100644 (file)
--- a/net/rfb.c
+++ b/net/rfb.c
@@ -255,7 +255,6 @@ static void send_fsm(struct tcp_pcb *pcb, struct rfb_state *state) {
                                /* Checksum gets set in data block, AFTER the data has been sent. */
                        }
 
-                       outputf("actually sent");
                        state->chunk_actually_sent = 1;
 
                        /* Send a header */
index 172b84e002f536d02df4430794190e97ea76f4b5..d710cee9d5ef6eb5a26e24a75f26262972f40aef 100644 (file)
@@ -57,9 +57,9 @@ void text_render(char *buf, int x, int y, int w, int h)
        unsigned int cx, cy;
        unsigned char ch, at, font;
        smram_state_t old_state = smram_save_state();
-       
+/*
        outputf("text_render: (%d,%d),(%d,%d)", x, y, w, h);
-       
+*/     
        smram_aseg_set_state(SMRAM_ASEG_SMMCODE);
        for (cy = y; cy < (y + h); cy++)
        {
This page took 0.025332 seconds and 4 git commands to generate.