From fdfdd2e4e78ca025290b9525288c7546f62653f0 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Tue, 10 Sep 2013 00:25:07 +0200
Subject: [PATCH] Remove console logging

---
 core/js/jquery.ocdialog.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/js/jquery.ocdialog.js b/core/js/jquery.ocdialog.js
index ee492d15f5..fb161440eb 100644
--- a/core/js/jquery.ocdialog.js
+++ b/core/js/jquery.ocdialog.js
@@ -94,7 +94,6 @@
 					this._setSizes();
 					break;
 				case 'buttons':
-					console.log('buttons', value);
 					if(this.$buttonrow) {
 						this.$buttonrow.empty();
 					} else {
-- 
GitLab