mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-18 12:21:37 -06:00
Removing console logs that were for debugging
This commit is contained in:
parent
567d71c848
commit
756052a4e0
@ -458,8 +458,6 @@ namespace ts {
|
||||
* @param jsonText The text of the config file
|
||||
*/
|
||||
export function parseConfigFileText(fileName: string, jsonText: string): { config?: any; error?: Diagnostic } {
|
||||
console.log("fileName: \"" + fileName + "\"");
|
||||
console.log("jsonText: \"" + jsonText + "\"");
|
||||
try {
|
||||
return { config: /\S/.test(jsonText) ? JSON.parse(jsonText) : {} };
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user