From 4d7cac55c9fd8d79fec137883fd50f95d4382160 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Fri, 17 Jan 2014 12:24:42 -0800 Subject: [PATCH] fix test, this is what i get for using another editor --- test/functional/testapp/basic.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/testapp/basic.js b/test/functional/testapp/basic.js index b9d1ee10b76..0ac53fe47ef 100644 --- a/test/functional/testapp/basic.js +++ b/test/functional/testapp/basic.js @@ -108,7 +108,6 @@ describeWd('calc app', function(h) { var obj = JSON.parse(source); obj.type.should.equal("UIAApplication"); obj.children[0].type.should.equal("UIAWindow"); - console.log(obj.children[0]); obj.children[0].children[0].label.should.equal("TextField1"); obj.children[0].children[3].name.should.equal("SumLabel"); }).nodeify(done);