From 4f4b5dde24f18200c9cf6452960bf855b7a222ea Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 10 Jul 2019 18:46:34 -0700 Subject: [PATCH] Remove left-over data --- modules/g.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/g.pl b/modules/g.pl index 0e7e6bfc..57bf2b3e 100755 --- a/modules/g.pl +++ b/modules/g.pl @@ -10,8 +10,8 @@ use strict; use WWW::Google::CustomSearch; use HTML::Entities; -my $api_key = 'AIzaSyCps6lKe6-WGvPawx7BphCYb-xM0rdevKQ'; -my $cx = '003394693865260357751:kmvdeoslok4'; +my $api_key = ''; +my $cx = ''; my ($nick, $arguments, $matches);