From c204cdbce7dfe6f0598d610cf8d1eee9b5dd3622 Mon Sep 17 00:00:00 2001
From: Jordan S Read <jread@usgs.gov>
Date: Tue, 17 Nov 2015 11:01:17 -0600
Subject: [PATCH] hush initial setting for access code

---
 R/AAA.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/AAA.R b/R/AAA.R
index 9eea437b..4384113b 100644
--- a/R/AAA.R
+++ b/R/AAA.R
@@ -1,4 +1,4 @@
 pkg.env <- new.env()
 .onLoad = function(libname, pkgname){
-  setAccess('public')
+  suppressMessages(setAccess('public'))
 }
\ No newline at end of file
-- 
GitLab