public
Description: A Family Budget application
Clone URL: git://github.com/francois/family_budget.git
Removed debugging messages from application.js
francois (author)
Thu Feb 28 20:06:26 -0800 2008
commit  73306e9ef3602d7c4475a58c654ec33188dc4c23
tree    0039e0380550d47d9a0dc8599ce7629fdf252e07
parent  d0c52a0e07610a7cead0d7f3872aaf5016b105b6
...
9
10
11
12
13
14
15
16
17
...
9
10
11
 
12
 
13
14
15
0
@@ -9,9 +9,7 @@ function registerEventHandlers() {
0
     anchor.observe("click", changeDate.bindAsEventListener(anchor));
0
   });
0
 
0
- console.log("Registering event handlers for #flash");
0
   if ($("flash")) {
0
- console.log("flash: %o", $("flash"));
0
     new Effect.Highlight($("flash"));
0
   }
0
 }

Comments

    No one has commented yet.