aboutsummaryrefslogtreecommitdiffstats
path: root/gdocs.js
diff options
context:
space:
mode:
Diffstat (limited to 'gdocs.js')
-rwxr-xr-xgdocs.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdocs.js b/gdocs.js
index e5c13b9e..662fb12b 100755
--- a/gdocs.js
+++ b/gdocs.js
@@ -73,12 +73,6 @@ function download(collection, name, url) {
data = data.replace('\ufeff', '');
data = data.replace(/\r\n/mg, '\n');
- // strip out all text annotation comments
- data = data.replace(/^\[a\][\S\s]*/m, '');
-
- // strip out all text annotations
- data = data.replace(/\[\w{1,3}\]/mg, '');
-
// strip out all docos comments
data = data.replace(/^[^\s_]+:\n\S+[\S\s]*$/m, '')