Skip to content

Commit

Permalink
Removed debug statement [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored Oct 6, 2017
1 parent d7c93c9 commit be211f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/assets/yii.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ window.yii = (function ($) {
pjaxOptions = {};

if (usePjax) {
debugger;
pjaxContainer = $e.data('pjax-container');
if (pjaxContainer === undefined || !pjaxContainer.length) {
pjaxContainer = $e.closest('[data-pjax-container]').attr('id')
Expand Down

0 comments on commit be211f7

Please sign in to comment.