1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00

remove development line which always returns 'new question'

This commit is contained in:
Jeremy Dixon
2021-01-22 17:25:15 -06:00
parent 2a0f83430c
commit 2d9c3968b5

View File

@@ -201,7 +201,7 @@ function newQuestion(){
if(search!==-1){
return true;
} else {
return true
return false
}
}