remove extra logging

This commit is contained in:
yamanq 2018-04-16 00:42:12 -04:00
parent efb390fe7a
commit 44d8752aa3
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ def database():
for frequency in language.phonemes:
languageobject['phonemes'][frequency.phoneme.name] = frequency.value
final['values'].append(languageobject)
print(final)
return final
def phoneme_add(info):

View File

@ -74,7 +74,6 @@ function updateMain(op) { // Updates the actual page.
updateNav(op);
document.getElementById(navSelect).style.opacity = "0";
setTimeout(function() {
console.log(op);
document.getElementById(navSelect).style.display = "none";
document.getElementById(op).style.display = "block";
setTimeout(function() {