who needs unsightly errors?
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 10 Jun 2014 19:39:00 +0000 (15:39 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 10 Jun 2014 19:39:00 +0000 (15:39 -0400)
test/lib/zombie_auth.js

index e05558f..a3b3790 100644 (file)
@@ -112,7 +112,7 @@ Simplest possible usage:
 
     zombie.visit(host, {debug: verboseMode}, function (e, browser) {
       if (e) {
-        console.log("Zombie visit error: ", e);
+        //console.log("Zombie visit error: ", e);
       }
       //
       // This is the login screen