Removed test_db.js

This commit is contained in:
Chris Shyi
2018-06-08 19:50:50 -04:00
parent 90dbda4336
commit 0e69d3d190

View File

@@ -1,5 +0,0 @@
d3.json("{% url "get_artist_data", user_id %}").then(function(error, data) {
data.forEach(function(d) {
console.log(d.name, d.num_songs);
});
});