removed console.log
authorDominique Hazael-Massieux <dom@w3.org>
Thu, 30 May 2013 17:07:22 +0200
changeset 44 2471db09c650
parent 43 6ec7059e6d84
child 45 ce8037a1137e
removed console.log
submitted/W3C/deny.html
--- a/submitted/W3C/deny.html	Thu May 30 17:05:18 2013 +0200
+++ b/submitted/W3C/deny.html	Thu May 30 17:07:22 2013 +0200
@@ -24,7 +24,6 @@
     t.done();
   }),
   t.step_func(function (error) {
-    console.log(error);
     assert_equals(error.name, "PermissionDenied", "Permission denied error returned");
     assert_equals(error.constraintName, null, "constraintName attribute not set for permission denied");    
     t.done();