Remove redundant print statement
This commit is contained in:
parent
9347fca3cc
commit
f6c6066751
2 changed files with 1 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.3.1"
|
"version": "1.3.2"
|
||||||
}
|
}
|
||||||
|
|
@ -369,7 +369,6 @@ function get_current_pool(_type, ...)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
print(pool_key)
|
|
||||||
return pool, pool_key
|
return pool, pool_key
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue