diff --git a/authcache.js b/authcache.js
index fcba426..c301ed4 100755
--- a/authcache.js
+++ b/authcache.js
@@ -76,7 +76,7 @@ Authcache.init.preprocess = function() {
 
   if (Authcache.isEnabled) {
 
-    // Dynmically theme local task tab items for logged-in users (nodes, etc)
+    // Dynamically theme local task tab items for logged-in users (nodes, etc)
     if ($.cookie("drupal_user") && Authcache.info.cache_uid != $.cookie("drupal_uid") && $("#authcache-tabs").length) {
       ajaxJson = {
         'q' : Authcache.ajax.q,
@@ -161,9 +161,7 @@ Authcache.init.preprocess = function() {
  * Perform ajax request and callback functions
  */
 Authcache.ajaxRequest = function(jsonData) {
-
-  //alert(typeof Drupal.settings.Authcache)
-
+  
   $.ajax({
     url: Drupal.settings.basePath, // index.php
     type: ((Drupal.settings.Authcache && Drupal.settings.Authcache.post) || jQuery.param(jsonData).length > 2000) ? "POST" : "GET",
