Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 391817

Summary: "true" appears on console when loading git repositories page
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: GitAssignee: John Arthorne <john.arthorne>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ken_walker
Version: unspecifiedFlags: ken_walker: review+
Target Milestone: 1.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description John Arthorne CLA 2012-10-12 13:35:08 EDT
When visiting the repositories page, the word "true" appears in the console.
Comment 1 John Arthorne CLA 2012-10-12 13:36:02 EDT
I believe this comes from line 94 of gitRepositoryExplorer.js:

		console.log(processURLs);


I would like to remove this.
Comment 2 Ken Walker CLA 2012-10-12 13:38:18 EDT
review==true
Comment 3 Ken Walker CLA 2012-10-12 13:38:41 EDT
I mean review===true, still working on my JS skills