You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/07/11 23:50:14 UTC

[14/43] git commit: removed a console log

removed a console log


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/f4ffadcf
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/f4ffadcf
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/f4ffadcf

Branch: refs/heads/plugman-registry
Commit: f4ffadcf97cf2fea3544a43aa1a4e61fbffea2ab
Parents: a13d5f5
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Jul 9 12:40:38 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Jul 9 12:40:38 2013 -0700

----------------------------------------------------------------------
 spec/util/csproj.spec.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/f4ffadcf/spec/util/csproj.spec.js
----------------------------------------------------------------------
diff --git a/spec/util/csproj.spec.js b/spec/util/csproj.spec.js
index fb66f6c..a75b68b 100644
--- a/spec/util/csproj.spec.js
+++ b/spec/util/csproj.spec.js
@@ -39,7 +39,6 @@ describe('csproj', function() {
 
             it('should properly add .xaml files', function() {
                 test_csproj.addSourceFile(page_test);
-                console.log(test_csproj.xml.getroot().findall('.//Page'));
                 expect(test_csproj.xml.getroot().find('.//Page[@Include="src\\UI\\PageTest.xaml"]')).toBeTruthy();        
                 expect(test_csproj.xml.getroot().find('.//Page[@Include="src\\UI\\PageTest.xaml"]/Generator').text).toEqual('MSBuild:Compile');
                 expect(test_csproj.xml.getroot().find('.//Page[@Include="src\\UI\\PageTest.xaml"]/SubType').text).toEqual('Designer');