mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-28 08:22:15 +00:00
comment out debug log
This commit is contained in:
parent
acda2d05c8
commit
e30fe7e3cb
@ -280,8 +280,8 @@ export abstract class DiagnosticEmitter {
|
|||||||
var message = DiagnosticMessage.create(code, category, arg0, arg1, arg2).withRange(range);
|
var message = DiagnosticMessage.create(code, category, arg0, arg1, arg2).withRange(range);
|
||||||
if (relatedRange) message.relatedRange = relatedRange;
|
if (relatedRange) message.relatedRange = relatedRange;
|
||||||
this.diagnostics.push(message);
|
this.diagnostics.push(message);
|
||||||
console.log(formatDiagnosticMessage(message, true, true) + "\n"); // temporary
|
// console.log(formatDiagnosticMessage(message, true, true) + "\n"); // temporary
|
||||||
console.log(<string>new Error("stack").stack);
|
// console.log(<string>new Error("stack").stack);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Emits an informatory diagnostic message. */
|
/** Emits an informatory diagnostic message. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user