Remove console.log

This commit is contained in:
Christophe Vilayphiou 2012-08-06 15:15:44 +08:00
parent ecc5c39840
commit 86a3d4a4b1
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ function myFileBrowser(field_name, url, type, win) {
var cmsURL = window.location.toString();
cmsURL = cmsURL.split("/");
cmsURL = "<%= Rails.application.routes.url_helpers.file_upload_admin_assets_path %>";
// console.log(cmsURL);
// script URL - use an absolute path!
if (cmsURL.indexOf("?") < 0) {
//add the type as the only query parameter