Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefreitas committed Jun 23, 2015
1 parent 70aa459 commit 57a9cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion schwa/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.dev26"
__version__ = "0.1.dev27"
9 changes: 1 addition & 8 deletions schwa/web/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,4 @@ function breadcrumbPoints(d, i) {
d3.json("analytics", function(error, root) {
console.log(root);
createVisualization(root);
});

function strip_path(path){
var pat = /[^/]*\.java/;
var re = new RegExp(pat);
var res = re.exec(path);
return res[0];
}
});

0 comments on commit 57a9cc7

Please sign in to comment.