Skip to content

Commit 15cc29f

Browse files
committed
No more spyware.
1 parent 85bf0c5 commit 15cc29f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

acme_diags/acme_diags_driver.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
from __future__ import print_function
33

44
import os
5+
# Must be done before any CDAT library is called
6+
if 'UVCDAT_ANONYMOUS_LOG' not in os.environ:
7+
os.environ['UVCDAT_ANONYMOUS_LOG'] = 'no'
8+
59
import sys
610
import getpass
711
import datetime

acme_diags/acme_viewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def _extras(root_dir, parameters):
137137

138138
_edit_table_html(root_dir)
139139
_add_table_and_taylor_to_viewer_index(root_dir)
140-
# _add_lat_lon_table_to_viewer_index(root_dir)
141140

142141

143142
def _add_pages_and_top_row(viewer, parameters):

0 commit comments

Comments
 (0)