diff --git a/templates/refimg.html b/templates/refimg.html
index 0e17ac5..fac7491 100644
--- a/templates/refimg.html
+++ b/templates/refimg.html
@@ -34,9 +34,7 @@
function DoMagic() {
str=$("#new_file_chooser").val()
- console.log(str)
str=str.replace('C:\\fakepath\\', '' )
- console.log(str)
$("#fname").val(str)
}