diff --git a/schwa/version.py b/schwa/version.py index 1c515e9..8ce21f9 100644 --- a/schwa/version.py +++ b/schwa/version.py @@ -1 +1 @@ -__version__ = "0.1.dev26" +__version__ = "0.1.dev27" diff --git a/schwa/web/static/app.js b/schwa/web/static/app.js index 713ab92..4013afa 100644 --- a/schwa/web/static/app.js +++ b/schwa/web/static/app.js @@ -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]; -} \ No newline at end of file +}); \ No newline at end of file