diff options
Diffstat (limited to 'src/shell.html')
-rw-r--r-- | src/shell.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shell.html b/src/shell.html index 2f34ace3..11970241 100644 --- a/src/shell.html +++ b/src/shell.html @@ -9,11 +9,6 @@ <div id='output'></div> <hr> <script type='text/javascript'> - /** - * TODO: Encapsulate this part in a reusable token such as - * EMSCRIPTEN_ENVIRONMENT so that we can share code - * between the default shell and custom ones. - */ // connect to canvas var Module = { print: (function() { |