From 177cb6e4d84f60e5fa7764c0901d15d72ecdd37b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 8 Apr 2012 14:12:20 +0800 Subject: [PATCH] builder.html.js --- builder.html.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/builder.html.js b/builder.html.js index 5491957ab..e279a85a6 100644 --- a/builder.html.js +++ b/builder.html.js @@ -137,18 +137,18 @@ Builder = { } }); } - try { + //try { console.log("ADDING CFG"); console.log(cfg) this.layoutbase.addxtype( cfg ); - } catch (e) { - console.log("GOT ERROR?"); - console.log(e); - console.log(typeof(e)); - - console.log(this.dump(e)); - throw e; - } + //} catch (e) { + // console.log("GOT ERROR?"); + // console.log(e); + // console.log(typeof(e)); + // + // console.log(this.dump(e)); + // throw e; + //} }, -- 2.39.2