0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Remove extra comment

This commit is contained in:
Matthew Phillips 2021-08-09 08:17:58 -04:00
parent ac2b8ce5ef
commit 8e648e162e

View file

@ -228,10 +228,6 @@ export class TypeScriptDocumentSnapshot implements DocumentSnapshot {
getOriginalPosition(pos: Position): Position { getOriginalPosition(pos: Position): Position {
return pos; return pos;
/*return {
line: 0,
character: 0
};*/
} }
destroyFragment() { destroyFragment() {