Skip to content

Commit

Permalink
Merge pull request #1 from rneatherway/master
Browse files Browse the repository at this point in the history
Prevent unconditional debug output
  • Loading branch information
dsyme committed Oct 20, 2013
2 parents 23d55a7 + b4baf4e commit e423020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/vs/ServiceDeclarations.fs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ module internal ItemDescriptionsImpl =
/// Work out the likely source file for an item
let fileNameOfItem (g:TcGlobals) qualProjectDir (m:range) h =
let file = m.FileName
dprintf "file stored in metadata is '%s'\n" file
if verbose then dprintf "file stored in metadata is '%s'\n" file
if not (FileSystem.IsPathRootedShim file) then
match (ccuOfItem g h) with
| Some ccu ->
Expand Down

0 comments on commit e423020

Please sign in to comment.