Skip to content

Commit 991efdb

Browse files
committed
Remove fixed TODO comment in code #2 #4
1 parent 48b348b commit 991efdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

upsert_dojos_geojson.rb

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
dojos_japan = []
66
zen2japan = {}
77

8-
# TODO: These data are now updated by hand. Can be improved by automation.
9-
# Details: https://github.com/coderdojo-japan/map.coderdojo.jp/issues/2
108
File.open("dojos_earth.json") do |file|
119
dojos_earth = JSON.load(file, nil, symbolize_names: true, create_additions: false)
1210
end

0 commit comments

Comments
 (0)