Browse Source

remove comment

Alan Shreve 12 years ago
parent
commit
38e2ba89f7
1 changed files with 0 additions and 6 deletions
  1. 0 6
      assets/ngrok.js

+ 0 - 6
assets/ngrok.js

@@ -160,12 +160,6 @@ ngrok.controller({
                 $scope.$apply(function() {
                     $scope.txns.unshift(JSON.parse(message.data));
                 });
-
-                /*
-                $("pre code").each(function(i, e) {
-                    hljs.highlightBlock(e)
-                });
-                */
             };
             
             ws.onerror = function(err) {