Modify an optional print statement in the WWA notebook

This commit is contained in:
Shay Carter 2022-04-27 16:20:54 -06:00
parent cf23cbc3c1
commit 10a477be9b

View file

@ -419,8 +419,7 @@
" phensigs.append(phensigString)\n", " phensigs.append(phensigString)\n",
" # Optional printout of unique Phensigs\n", " # Optional printout of unique Phensigs\n",
"# print(get_title(phensigString) \n", "# print(get_title(phensigString) \n",
"# + \" (\" + phensigString + \") issued at \" + str(ref)\n", "# + \" (\" + phensigString + \")\n",
"# + \" (\"+str(poly.geom_type) + geom_count + \")\")\n",
" \n", " \n",
" # get the corresponding color using the dictionary\n", " # get the corresponding color using the dictionary\n",
" color = get_color(phensigString)\n", " color = get_color(phensigString)\n",