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:
parent
ac2b8ce5ef
commit
8e648e162e
1 changed files with 0 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue