JsRender/Roo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 08:21:05 +0000 (16:21 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Aug 2014 08:21:05 +0000 (16:21 +0800)
JsRender/Roo.vala

index 72caf2d..1f373c5 100644 (file)
@@ -213,12 +213,7 @@ namespace JsRender {
                        print("Save failed\n");
                }
                // for bootstrap - we can write the HTML to the templates directory..
-               GLib.Timeout.add_seconds (1, () => {
-                       this.saveHTML();
-                       print(this.html);
-                       return false;
-
-               });
+                
             //var top = this.guessName(this.items[0]);
             //print ("TOP = " + top)