change default to ubuntu-sdk-14.04
diff --git a/Cordovaqt/CordovaViewInternal.qml b/Cordovaqt/CordovaViewInternal.qml
index bdfbbc9..f662cc8 100644
--- a/Cordovaqt/CordovaViewInternal.qml
+++ b/Cordovaqt/CordovaViewInternal.qml
@@ -121,7 +121,6 @@
                     webView.experimental.evaluateJavaScript(js);
                 }
                 onQmlExecNeeded: {
-                    console.log("2345");
                     eval(src);
                 }
                 onPluginWantsToBeAdded: {
diff --git a/bin/build/lib/ubuntu.js b/bin/build/lib/ubuntu.js
index 9283ed5..3fcd02e 100644
--- a/bin/build/lib/ubuntu.js
+++ b/bin/build/lib/ubuntu.js
@@ -28,6 +28,8 @@
 var Q = require("q");
 var os = require("os");
 
+var DEFAULT_FRAMEWORK = "ubuntu-sdk-14.04";
+
 function exec(cmd, silent) {
     console.log(cmd.green);
 
@@ -346,7 +348,7 @@
     if (!architecture)
         architecture = 'armhf';
     if (!framework)
-        framework = "ubuntu-sdk-13.10";
+        framework = DEFAULT_FRAMEWORK;
 
     assert.ok(fs.existsSync(ubuntuDir));
     assert.ok(fs.existsSync(campoDir));
@@ -476,7 +478,7 @@
     }
 
     if (!framework)
-        framework = "ubuntu-sdk-13.10";
+        framework = DEFAULT_FRAMEWORK;
 
     if (!target) {
         var devices = deviceList();