diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-21 10:46:35 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-23 14:33:24 -0700 |
commit | 29865c4de6fa61206c7a29599b8ed9f66f78662d (patch) | |
tree | c15c229c00938058e20f8df50bfa7def3057f9d6 /src/intertyper.js | |
parent | b636bdaf7390b880fc64f0602ba4dd782af50108 (diff) |
remove framework entirely
Diffstat (limited to 'src/intertyper.js')
-rw-r--r-- | src/intertyper.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intertyper.js b/src/intertyper.js index e9a246be..9c196803 100644 --- a/src/intertyper.js +++ b/src/intertyper.js @@ -170,10 +170,6 @@ function intertyper(lines, sidePass, baseLineNums) { dprint('framework', 'Big picture: Starting intertyper, main pass=' + mainPass); - // Substrate - - var substrate = new Substrate('Intertyper'); - var unparsedBundles = []; // Line splitter. We break off some bunches of lines into unparsedBundles, which are |