Skip to content

Commit

Permalink
#590 removed debug code again
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Jan 7, 2017
1 parent 46f9a14 commit 91d8116
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ private void encodeJS(FacesContext fc, ResponseWriter rw, DateTimePicker dtp, St
"";

rw.startElement("script", dtp);
rw.writeText("console.log('initializing dateTimePicker fullSelector: " + fullSelector + " AJAX-ID: " + fieldId+ "');", null);
rw.writeText("$(function () { " +
"$('" + fullSelector + "').datetimepicker({ " +
"ignoreReadonly: false, " +
Expand Down

0 comments on commit 91d8116

Please sign in to comment.