From 61c21bd21b6ff74e7d8f5c13565c158dbc1f6a49 Mon Sep 17 00:00:00 2001
From: john <johnbarlas39@gmail.com>
Date: Fri, 5 May 2017 22:25:57 +0300
Subject: [PATCH] remove code package from editor

---
 app/components/SimpleEditor/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/SimpleEditor/config.js b/app/components/SimpleEditor/config.js
index 4d28b81..9e10c5c 100644
--- a/app/components/SimpleEditor/config.js
+++ b/app/components/SimpleEditor/config.js
@@ -1,7 +1,7 @@
 import {
   BasePackage,
   // BlockquotePackage,
-  CodePackage,
+  // CodePackage,
   EmphasisPackage,
   HeadingPackage,
   LinkPackage,
@@ -44,7 +44,7 @@ const config = {
     // config.import(StrongPackage)
     config.import(SubscriptPackage)
     config.import(SuperscriptPackage)
-    config.import(CodePackage)
+    // config.import(CodePackage)
     config.import(PersistencePackage)
 
     // config.import(CodeblockPackage)
-- 
GitLab