Skip to content

Commit 63f20f8

Browse files
committed
Remove old print statement.
1 parent fc5c112 commit 63f20f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sc2reader/data/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ class Ability(object):
293293
pass
294294

295295
def load_build(expansion, version):
296-
print("Loading build {}".format(version))
297296
unit_file = '{}/{}_units.csv'.format(expansion,version)
298297
abil_file = '{}/{}_abilities.csv'.format(expansion,version)
299298

0 commit comments

Comments
 (0)