From 57a9cc7d111498167b34db362ff43f4d0dcc3055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Freitas?= Date: Tue, 23 Jun 2015 10:07:55 +0100 Subject: [PATCH] Removed unused code --- schwa/version.py | 2 +- schwa/web/static/app.js | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) 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