Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 7a8c697

Browse files
Removed console.log statement
1 parent 17ecadd commit 7a8c697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/Our.Umbraco.DocTypeGridEditor/Web/UI/App_Plugins/DocTypeGridEditor/Js/doctypegrideditor.resources.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
);
2929
},
3030
getEditorMarkupForDocTypePartial: function (nodeId, id, docType, value, viewPath) {
31-
console.log(value);
3231
var url = "/" + nodeId +"?dtgePreview=1";
3332
return $http({
3433
method: 'POST',

0 commit comments

Comments
 (0)